🐛 拿我祭天吧

This commit is contained in:
yadong.zhang 2019-11-12 12:02:06 +08:00
parent b0769d09b3
commit 41dee559df
2 changed files with 12 additions and 1 deletions

View File

@ -137,4 +137,15 @@ AuthRequest authRequest = new AuthQqRequest(AuthConfig.builder()
.unionId(true)
.build());
```
> 注使用unionId要求开发者必须已在qq开放平台申请了获取unionId的权限否则可能会发生错误切记参考链接[unionid介绍](http://wiki.connect.qq.com/unionid%E4%BB%8B%E7%BB%8D)
> 注使用unionId要求开发者必须已在qq开放平台申请了获取unionId的权限否则可能会发生错误切记参考链接[unionid介绍](http://wiki.connect.qq.com/unionid%E4%BB%8B%E7%BB%8D)
## 12. `AuthCallback`报错?
在使用JustAuth 1.13.0时,遇到如下所示错误:
![](./_media/authcallback_error.png)
这是因为我没有做好代码审查和测试,所以才导致的问题。我检讨!深刻的检讨!
请遇到该问题的朋友及时升级到最新版本(`1.13.1`修复该问题)

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB