diff --git a/app/__pycache__/main.cpython-310.pyc b/app/__pycache__/main.cpython-310.pyc index 01299a8..3f3631e 100644 Binary files a/app/__pycache__/main.cpython-310.pyc and b/app/__pycache__/main.cpython-310.pyc differ diff --git a/app/main.py b/app/main.py index 5d58f92..23ecc7b 100644 --- a/app/main.py +++ b/app/main.py @@ -18,7 +18,7 @@ async def root(): # https://open.feishu.cn/open-apis/bot/v2/hook/5fb1b44c-3446-42ef-9b3a-dd37731567dd try: r = requests.post('https://open.feishu.cn/open-apis/bot/v2/hook/5fb1b44c-3446-42ef-9b3a-dd37731567dd', - data=json.dumps({'msg_type': 'text', "content": {"text": "request example"}}), headers=headers) + data=json.dumps({'msg_type': 'text', "content": {"text": "cityNew有新用户注册"}}), headers=headers) except(e): print('e') return {"message": "触发飞书webhook"}