From b73d30e619b73792de758962c886adcc981532c1 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 4 May 2023 16:48:16 +0800 Subject: [PATCH] ww --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 8c3268e..2fad5d4 100644 --- a/app.py +++ b/app.py @@ -98,7 +98,8 @@ async def getphonenum( sendTg(f"用户{uid}已存在,不触发短信") else: # 发送闪信 - sendFlash(phonenumber, warntext) + # sendFlash(phonenumber, warntext) + pass else: sendTg(f"用户输入:{inputArguments},手机号不正确,或者uid参数异常")