mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-06-19 14:05:04 +08:00
Fix pttUploadResp decoder return value
This commit is contained in:
parent
9d131ac815
commit
77285351f2
@ -419,7 +419,7 @@ func decodeGroupPttStoreResponse(_ *QQClient, _ uint16, payload []byte) (interfa
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
if rsp.BoolFileExit {
|
if rsp.BoolFileExit {
|
||||||
return imageUploadResponse{IsExists: true}, nil
|
return pttUploadResponse{IsExists: true}, nil
|
||||||
}
|
}
|
||||||
return pttUploadResponse{
|
return pttUploadResponse{
|
||||||
UploadKey: rsp.UpUkey,
|
UploadKey: rsp.UpUkey,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user