From 5a0106e084f14f33dcfea9b6107e53f9d49fea04 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 4 May 2023 15:40:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B1=8F=E8=94=BD=E7=9F=AD=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 0b1a42d..9036dfb 100644 --- a/app.py +++ b/app.py @@ -84,7 +84,8 @@ async def getphonenum(inputArguments: Union[str, None] = None,appid: Union[str, sendTg(f'用户{uid}已存在,不触发短信') else: # 发送闪信 - sendFlash(phonenumber,warntext) + # sendFlash(phonenumber,warntext) + pass else: sendTg(f'用户输入:{inputArguments},手机号不正确')