We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前版本:2.1.0
调用MonkeyKing的微信授权登录,会进行两次回调。 第一次回调走失败case,报错sdk MonkeyKing.MonkeyKing.Error.SDKReason deserializeFailed 第二次回调走成功case。
The text was updated successfully, but these errors were encountered:
deserializeFailed 似乎只在处理 QQ 的回调才回触发,确定是这个 error?
deserializeFailed
Sorry, something went wrong.
是的 调用微信登录的时候 我打的断点 走两次回调 一次错误回调 一次成功回调。
Example 里试了 OAuthForCode 是可以的,OAuth 和 OAuthWithoutAppKey 由于没有 AppKey 报错 noAccount。
OAuthForCode
OAuth
OAuthWithoutAppKey
AppKey
noAccount
No branches or pull requests
目前版本:2.1.0
调用MonkeyKing的微信授权登录,会进行两次回调。
第一次回调走失败case,报错sdk MonkeyKing.MonkeyKing.Error.SDKReason deserializeFailed
第二次回调走成功case。
The text was updated successfully, but these errors were encountered: