1
0
mirror of synced 2026-04-25 11:08:49 +08:00

🔖 发布1.14.0,解耦HTTP工具

This commit is contained in:
yadong.zhang
2020-03-17 22:57:53 +08:00
parent d5a8ffcab2
commit 65c60a61b3
14 changed files with 77 additions and 39 deletions

View File

@@ -91,6 +91,7 @@ public class AuthChecker {
* 2. {@code state}为前端伪造,本身就不存在
*
* @param state {@code state}一定不为空
* @param source {@code source}当前授权平台
* @param authStateCache {@code authStateCache} state缓存实现
*/
public static void checkState(String state, AuthSource source, AuthStateCache authStateCache) {