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

💡 优化注释

This commit is contained in:
yadong.zhang
2019-07-27 07:34:01 +08:00
parent 56c1e4ea35
commit 64aa1940e4
43 changed files with 28 additions and 47 deletions
@@ -18,7 +18,6 @@ import java.text.MessageFormat;
* 小米登录
*
* @author yangkai.shen (https://xkcoding.com)
* @version 1.5
* @since 1.5
*/
@Slf4j
@@ -113,6 +112,7 @@ public class AuthMiRequest extends AuthDefaultRequest {
*
* @param state state 验证授权流程的参数,可以防止csrf
* @return 返回授权地址
* @since 1.9.3
*/
@Override
public String authorize(String state) {