1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

send message error 46

This commit is contained in:
Mrs4s 2022-12-01 03:03:21 +08:00
parent 64722799b7
commit 482a60ad84
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -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: