登录改造
This commit is contained in:
@@ -4,6 +4,10 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class LoginVo {
|
||||
// 是否登录成功
|
||||
private boolean loginSuccess;
|
||||
// 是否需要图形验证码
|
||||
private boolean needVerificationCode;
|
||||
private String token;
|
||||
private CurrentUserInfoVo userInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user