This commit is contained in:
eric
2023-05-04 16:48:16 +08:00
parent 0619271bb1
commit b73d30e619

3
app.py
View File

@@ -98,7 +98,8 @@ async def getphonenum(
sendTg(f"用户{uid}已存在,不触发短信")
else:
# 发送闪信
sendFlash(phonenumber, warntext)
# sendFlash(phonenumber, warntext)
pass
else:
sendTg(f"用户输入:{inputArguments},手机号不正确,或者uid参数异常")