updata
This commit is contained in:
3
app.py
3
app.py
@@ -98,8 +98,7 @@ async def getphonenum(
|
|||||||
sendTg(f"用户{uid}已存在,不触发短信")
|
sendTg(f"用户{uid}已存在,不触发短信")
|
||||||
else:
|
else:
|
||||||
# 发送闪信
|
# 发送闪信
|
||||||
# sendFlash(phonenumber, warntext)
|
sendFlash(phonenumber, warntext)
|
||||||
pass
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
sendTg(f"用户输入:{inputArguments},手机号不正确,或者uid参数异常")
|
sendTg(f"用户输入:{inputArguments},手机号不正确,或者uid参数异常")
|
||||||
|
|||||||
Reference in New Issue
Block a user