This commit is contained in:
eric
2023-05-04 16:52:39 +08:00
parent b73d30e619
commit 77483804b1

3
app.py
View File

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