1
0
mirror of synced 2026-05-22 21:53:18 +00:00

🍻 优化代码

This commit is contained in:
yadong.zhang
2019-07-19 14:26:42 +08:00
parent f815f12acc
commit 81691a3462
35 changed files with 129 additions and 556 deletions
@@ -7,6 +7,7 @@ import com.alibaba.fastjson.JSONObject;
import lombok.extern.slf4j.Slf4j;
import me.zhyd.oauth.config.AuthConfig;
import me.zhyd.oauth.config.AuthSource;
import me.zhyd.oauth.enums.AuthUserGender;
import me.zhyd.oauth.exception.AuthException;
import me.zhyd.oauth.model.*;
import me.zhyd.oauth.utils.UrlBuilder;