1
0
mirror of synced 2026-05-22 13:43:20 +00:00

♻️ rename

This commit is contained in:
yadong.zhang
2019-07-16 17:59:36 +08:00
parent 65334d0f3f
commit 8a4861075e
50 changed files with 210 additions and 172 deletions
+2
View File
@@ -1,6 +1,8 @@
### 2019/07/16
1. 重构UrlBuilder类
2. 将CSDN相关的类置为`Deprecated`,后续可能会删除,也可能一直保留。毕竟CSDN的openAPI已经不对外开放了。
3. `BaseAuthRequest` 改名为 `AuthDefaultRequest`
3. `ResponseStatus` 改名为 `AuthResponseStatus` 并且移动到 `me.zhyd.oauth.model`
### 2019/07/15
1. 新增 `AuthState` 类,内置默认的state生成规则和校验规则