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

🎨 将枚举类移到enums包下

This commit is contained in:
yadong.zhang
2019-07-15 10:40:42 +08:00
parent fa2b9114d1
commit bfe2122962
6 changed files with 6 additions and 3 deletions
@@ -5,6 +5,7 @@ import cn.hutool.http.HttpResponse;
import com.alibaba.fastjson.JSONObject;
import me.zhyd.oauth.config.AuthConfig;
import me.zhyd.oauth.config.AuthSource;
import me.zhyd.oauth.enums.AuthBaiduErrorCode;
import me.zhyd.oauth.exception.AuthException;
import me.zhyd.oauth.model.*;
import me.zhyd.oauth.utils.UrlBuilder;