feat: 屏蔽短信

This commit is contained in:
eric
2023-05-04 15:40:47 +08:00
parent 0b4242e985
commit 5a0106e084

3
app.py
View File

@@ -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},手机号不正确')