mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
client: fix upload private file
This commit is contained in:
parent
1336167b9c
commit
d1a66c42b6
@ -246,7 +246,7 @@ func (c *QQClient) buildPrivateFileUploadSuccReq(target message.Source, rsp *fil
|
|||||||
Uuid: rsp.Uuid,
|
Uuid: rsp.Uuid,
|
||||||
},
|
},
|
||||||
BusinessId: 3,
|
BusinessId: 3,
|
||||||
ClientType: 102,
|
ClientType: 104,
|
||||||
}
|
}
|
||||||
pkt, _ := proto.Marshal(req)
|
pkt, _ := proto.Marshal(req)
|
||||||
return c.uniPacket("OfflineFilleHandleSvr.pb_ftn_CMD_REQ_UPLOAD_SUCC-800", pkt)
|
return c.uniPacket("OfflineFilleHandleSvr.pb_ftn_CMD_REQ_UPLOAD_SUCC-800", pkt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user