feat: 修改提示语

This commit is contained in:
eric
2022-12-15 14:59:30 +08:00
parent b5f0ae2658
commit 9f901a46ca
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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"}