1
0
mirror of synced 2025-12-11 00:38:29 +08:00

🐛 修复QQ登录的问题

This commit is contained in:
yadong.zhang
2019-05-23 08:53:55 +08:00
parent 6f40460cce
commit 3c0c809dfc
3 changed files with 5 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ JustAuth如你所见它仅仅是一个**第三方授权登录**的**工具
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>
</dependency>
```
- 调用api

View File

@@ -6,7 +6,7 @@
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>JustAuth</name>
<url>https://gitee.com/yadong.zhang/JustAuth</url>

View File

@@ -1,3 +1,6 @@
### 2019/05/23
1. 修复QQ登录的问题
3. 发布1.3.1版本的jar包到公开仓库
### 2019/05/21
1. 新增google授权登录