acme.sh
acme.sh copied to clipboard
Report bugs for CQHTTP notify hook
This is the place to report bugs in the CQHTTP notify.
If you experience a bug, please report it in this issue.
Thanks!
(In a few months I could be very busy with my schoolwork. The update work of this hook will be suspended, until I graduate from my high school.)
不知道你还在不在用cqhttp,我最近找到一个基于qqnt的无头项目,napcatQQ:https://github.com/NapNeko/NapCatQQ,他这个也兼容了cqhttp,发送私聊消息的api返回的是{"status":"ok","retcode":0,"data":。。。。。},跟你判断响应是否成功里status和retcode顺序相反,导致以为设置cqhttp通知失败,能改成判断存在"status":"ok"并且"retcode":0就可以兼容了吧
不知道你还在不在用cqhttp,我最近找到一个基于qqnt的无头项目,napcatQQ:https://github.com/NapNeko/NapCatQQ,他这个也兼容了cqhttp,发送私聊消息的api返回的是{"status":"ok","retcode":0,"data":。。。。。},跟你判断响应是否成功里status和retcode顺序相反,导致以为设置cqhttp通知失败,能改成判断存在"status":"ok"并且"retcode":0就可以兼容了吧
我下班抽空看下,五年前写的代码了😂。应该稍微改下判断逻辑就行了。