提交 776d362e authored 作者: lvwei's avatar lvwei

--no commit message

上级 28e67ed4
...@@ -9,8 +9,8 @@ public class AccountCheckVo { ...@@ -9,8 +9,8 @@ public class AccountCheckVo {
@ApiModelProperty("会员是否存在true:存在|false:不存在") @ApiModelProperty("会员是否存在true:存在|false:不存在")
private Boolean isExist; private Boolean isExist;
@ApiModelProperty("token") @ApiModelProperty("token(实际为会员id)")
private String token; private Integer token;
@ApiModelProperty("会员是否有绑定邮箱true:存在|false:不存在") @ApiModelProperty("会员是否有绑定邮箱true:存在|false:不存在")
private Boolean isEmail; private Boolean isEmail;
...@@ -18,7 +18,7 @@ public class AccountCheckVo { ...@@ -18,7 +18,7 @@ public class AccountCheckVo {
@ApiModelProperty("会员是否有密保问题true:存在|false:不存在") @ApiModelProperty("会员是否有密保问题true:存在|false:不存在")
private Boolean isSecretSecurity; private Boolean isSecretSecurity;
public AccountCheckVo(Boolean isExist, String token, Boolean isEmail, public AccountCheckVo(Boolean isExist, Integer token, Boolean isEmail,
Boolean isSecretSecurity) { Boolean isSecretSecurity) {
super(); super();
this.isExist = isExist; this.isExist = isExist;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论