mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
send message error 46
This commit is contained in:
parent
64722799b7
commit
482a60ad84
@ -312,6 +312,8 @@ func decodeMsgSendResponse(c *QQClient, _ *network.IncomingPacketInfo, payload [
|
|||||||
}
|
}
|
||||||
switch rsp.Result.Unwrap() {
|
switch rsp.Result.Unwrap() {
|
||||||
case 0: // OK.
|
case 0: // OK.
|
||||||
|
case 46:
|
||||||
|
c.error("sendPacket msg error: 需要使用安全设备验证")
|
||||||
case 55:
|
case 55:
|
||||||
c.error("sendPacket msg error: %v Bot has blocked ta.'s content", rsp.Result.Unwrap())
|
c.error("sendPacket msg error: %v Bot has blocked ta.'s content", rsp.Result.Unwrap())
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user