mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
Merge pull request #14 from yyuueexxiinngg/master
Fix pttUploadResp decoder return value
This commit is contained in:
commit
3fd3197d5c
@ -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