go-cqhttp
go-cqhttp copied to clipboard
[Bug]: 音乐自定义分享/链接分享API失效
请确保您已阅读以上注意事项,并勾选下方的确认框。
- [X] 我已经仔细阅读上述教程和 "提问前需知"
- [X] 我已经使用 dev分支版本 测试过,问题依旧存在。
- [X] 我已经在 Issue Tracker 中找过我要提出的问题,没有找到相同问题的ISSUE。
- [X] 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(这些问题应当在 Discussion 板块提出。)
go-cqhttp 版本
1.0.0-rc3
运行环境
Windows (64)
运行架构
AMD64
连接方式
HTTP
使用协议
0 | iPad
重现步骤
CQ码:链接分享只能私聊好友使用,群聊无法使用,日志(发送好友那个可以看到发送成功,第二个send_msg无法发送,返回可能风控):
[2022-08-11 16:42:45] [DEBUG]: HTTPServer接收到API调用: send_msg
[2022-08-11 16:42:47] [DEBUG]: Protocol -> rev pkt: Heartbeat.Alive seq: 13908
[2022-08-11 16:42:47] [INFO]: 发送好友 xxxxx(xxxxxx) 的消息: {
"ty ... (-1226231214)
[2022-08-11 16:42:47] [DEBUG]: Protocol -> Unhandled Command: Heartbeat.Alive
Seq: 13908
This message can be ignored.
[2022-08-11 16:42:47] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbSendMsg seq: 13909
[2022-08-11 16:42:47] [DEBUG]: Protocol -> rev pkt: MessageSvc.PushNotify seq: -1408793644
[2022-08-11 16:42:47] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbGetMsg seq: 13910
[2022-08-11 16:42:49] [DEBUG]: Protocol -> rev pkt: MessageSvc.PushReaded seq: -1406363452
[2022-08-11 16:43:07] [DEBUG]: HTTPServer接收到API调用: send_msg
[2022-08-11 16:43:07] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbSendMsg seq: 13911
[2022-08-11 16:43:12] [DEBUG]: Protocol -> rev pkt: OidbSvc.0x88d_0 seq: 13912
[2022-08-11 16:43:12] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbGetGroupMsg seq: 13913
[2022-08-11 16:43:12] [WARNING]: 群消息发送失败: 账号可能被风控.
CQ码:音乐自定义链接,发送好友正常
发送群不正常:
日志:
[2022-08-11 16:45:51] [DEBUG]: Protocol -> rev pkt: Heartbeat.Alive seq: 13920
[2022-08-11 16:46:02] [DEBUG]: HTTPServer接收到API调用: send_msg
[2022-08-11 16:46:02] [DEBUG]: Protocol -> rev pkt: OnlinePush.PbPushGroupMsg seq: -1312452160
[2022-08-11 16:46:02] [INFO]: 发送群 dd1(xxxxxx) 的消息: {
"ty ... (-1258504203)
[2022-08-11 16:46:02] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbSendMsg seq: 13921
[2022-08-11 16:46:13] [DEBUG]: HTTPServer接收到API调用: send_msg
[2022-08-11 16:46:13] [INFO]: 发送好友 xxxxxx(xxxxx) 的消息: {
"ty ... (-1041366332)
[2022-08-11 16:46:14] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbSendMsg seq: 13922
[2022-08-11 16:46:14] [DEBUG]: Protocol -> rev pkt: MessageSvc.PushNotify seq: -1267270143
[2022-08-11 16:46:14] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbGetMsg seq: 13923
[2022-08-11 16:46:14] [DEBUG]: Protocol -> rev pkt: MessageSvc.PbDeleteMsg seq: 13924
[2022-08-11 16:46:17] [DEBUG]: Protocol -> rev pkt: MessageSvc.PushReaded seq: -842944779
[2022-08-11 16:46:21] [DEBUG]: Protocol -> rev pkt: Heartbeat.Alive seq: 13925
[2022-08-11 16:46:51] [DEBUG]: Protocol -> rev pkt: Heartbeat.Alive seq: 13926
[2022-08-11 16:47:21] [DEBUG]: Protocol -> rev pkt: Heartbeat.Alive seq: 13927
期望的结果是什么?
发送正常
实际的结果是什么?
不正常
简单的复现代码/链接(可选)
No response
日志记录(可选)
No response
补充说明(可选)
No response