Skip to content

Commit

Permalink
🔖 增加今日头条的授权登陆。注:该版为beta版,因头条开发者申请的问题,并未经过测试。待测试通过后正式发布release版
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Jun 6, 2019
1 parent da23fcd commit fde490a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ JustAuth,如你所见,它仅仅是一个**第三方授权登录**的**工具
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.6.0</version>
<version>1.6.0-beta</version>
</dependency>
```
- 调用api
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth-beta</artifactId>
<version>1.6.0</version>
<artifactId>JustAuth</artifactId>
<version>1.6.0-beta</version>

<name>JustAuth</name>
<url>https://gitee.com/yadong.zhang/JustAuth</url>
Expand Down

0 comments on commit fde490a

Please sign in to comment.