From 7e83482f8c03db3e4e53838c0d9b41e2b3a71f94 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 4 May 2023 15:22:04 +0800 Subject: [PATCH] updat:ee --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index fedd8fa..b7437c1 100644 --- a/app.py +++ b/app.py @@ -79,6 +79,7 @@ async def getphonenum(inputArguments: Union[str, None] = None,appid: Union[str, # 判断用户uid是都触发过短信,不允许触发第2次 if findUid(uid,phonenumber) is True: print('用户uid已存在,不触发短信') + sendTg(f'用户{uid}已存在,不触发短信') else: # 发送闪信 sendFlash(phonenumber,warntext)