1
0
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:
yyuueexxiinngg 2020-08-08 21:05:12 +08:00 committed by GitHub
parent 9d131ac815
commit 77285351f2
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 }, 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,