1
0
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:
wdvxdr 2022-06-21 13:53:18 +08:00
parent 1336167b9c
commit d1a66c42b6
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

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