提交 41cede22 编写于 作者: 智布道's avatar 智布道 👁

🍻 醉酒写代码

上级 a9b3d61d
......@@ -15,14 +15,14 @@ import me.zhyd.oauth.request.ResponseStatus;
@Data
public class AuthResponse<T> {
/**
* 授权响应状态码,默认为2000
* 授权响应状态码
*/
private int code = ResponseStatus.SUCCESS.getCode();
private int code;
/**
* 授权响应信息,默认为Success
* 授权响应信息
*/
private String msg = ResponseStatus.SUCCESS.getMsg();
private String msg;
/**
* 授权响应数据,当且仅当 code = 2000 时返回
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册