issues
search
lc-cn
/
onebots
基于icqq的多例oneBot管理应用
https://docs.onebots.org/
MIT License
171
stars
17
forks
source link
bug:发送消息响应数据有误
#41
Closed
KingPrimes
closed
1 year ago
KingPrimes
commented
1 year ago
onebotV11规定发送消息响应数据message_id应为number类型
代码中为string类型
使用OneBot开发框架Shiro发送消息获取到的Message_id为String字符串就像是这样“VHrJvQAACLeJ0L3QZMVuXgE=”的字符串数据
KingPrimes
commented
1 year ago
撤回消息的message_id是string类型根据onebotV11协议应为number类型
onebotV11规定发送消息响应数据message_id应为number类型
代码中为string类型
使用OneBot开发框架Shiro发送消息获取到的Message_id为String字符串就像是这样“VHrJvQAACLeJ0L3QZMVuXgE=”的字符串数据