feat: 屏蔽短信
This commit is contained in:
3
app.py
3
app.py
@@ -84,7 +84,8 @@ async def getphonenum(inputArguments: Union[str, None] = None,appid: Union[str,
|
|||||||
sendTg(f'用户{uid}已存在,不触发短信')
|
sendTg(f'用户{uid}已存在,不触发短信')
|
||||||
else:
|
else:
|
||||||
# 发送闪信
|
# 发送闪信
|
||||||
sendFlash(phonenumber,warntext)
|
# sendFlash(phonenumber,warntext)
|
||||||
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
sendTg(f'用户输入:{inputArguments},手机号不正确')
|
sendTg(f'用户输入:{inputArguments},手机号不正确')
|
||||||
|
|||||||
Reference in New Issue
Block a user