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

🍻 规范代码注释

This commit is contained in:
yadong.zhang
2019-08-03 09:49:49 +08:00
parent fabfff60c9
commit ce5c437289
7 changed files with 16 additions and 22 deletions
@@ -11,7 +11,10 @@ import me.zhyd.oauth.enums.AuthResponseStatus;
import me.zhyd.oauth.enums.AuthUserGender;
import me.zhyd.oauth.exception.AuthException;
import me.zhyd.oauth.log.Log;
import me.zhyd.oauth.model.*;
import me.zhyd.oauth.model.AuthCallback;
import me.zhyd.oauth.model.AuthResponse;
import me.zhyd.oauth.model.AuthToken;
import me.zhyd.oauth.model.AuthUser;
import me.zhyd.oauth.utils.UrlBuilder;
import java.text.MessageFormat;