1
0
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:
Mrs4s 2020-08-08 22:37:34 +08:00 committed by GitHub
commit 3fd3197d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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