RxReader / tencent_kit

Flutter版QQ登录/分享
MIT License
235 stars 63 forks source link

android上分享成功后返回到原APP,返回的状态码ret=-2 #104

Open Kinny2014 opened 1 month ago

Kinny2014 commented 1 month ago

分享成功后,按返回原APP,收到如下的回调:

->resp: { I/flutter (19646): │ "ret": -2, I/flutter (19646): │ "msg": null I/flutter (19646): │ }

如果选择停留在QQ,然后按home键,再回到原APP,收到回调: ->resp: { I/flutter (19646): │ "ret": 0, I/flutter (19646): │ "msg": null I/flutter (19646): │ }

请问这是啥原因呀,如何解决呢