mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-06-19 05:55:05 +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
|
||||
}
|
||||
if rsp.BoolFileExit {
|
||||
return imageUploadResponse{IsExists: true}, nil
|
||||
return pttUploadResponse{IsExists: true}, nil
|
||||
}
|
||||
return pttUploadResponse{
|
||||
UploadKey: rsp.UpUkey,
|
||||
|
Loading…
x
Reference in New Issue
Block a user