hennessey-v / GlaDOS_Checkin_ql

基于Python实现的GLaDOS自动签到项目。可部署在青龙面板,支持多账号。
Apache License 2.0
258 stars 94 forks source link

[Feature]: 希望增加飞书通知的功能 #6

Closed mohan9898 closed 1 year ago

mohan9898 commented 1 year ago

解决方案检查

问题描述

希望增加飞书通知的功能

描述你想要的解决方案

希望增加飞书通知的功能

附加信息

/

hennessey-v commented 1 year ago

你好,已经增加了飞书机器人等多种推送方式。感谢建议!

mohan9898 commented 1 year ago

飞书 推送失败!错误信息如下: {'code': 19024, 'data': {}, 'msg': 'Key Words Not Found'}

hennessey-v commented 1 year ago

飞书 推送失败!错误信息如下: {'code': 19024, 'data': {}, 'msg': 'Key Words Not Found'}

来自飞书自定义机器人使用指南:https://open.feishu.cn/document/client-docs/bot-v3/add-custom-bot

设置关键词后,如果发送请求时自定义关键词校验失败,则会返回以下信息。

// 关键词校验失败
{
     "code": 19024,
     "msg": "Key Words Not Found"
}

请根据指南配置正确的关键词

mohan9898 commented 1 year ago

感谢,已解决