Commit cfcb69a0 by 东州 翁

企业中心在修改密码接口添加了修改原密码的方法,更正验证码code的类型

parent cfa774c5
...@@ -32,7 +32,7 @@ public class EntRegisterDto implements Serializable { ...@@ -32,7 +32,7 @@ public class EntRegisterDto implements Serializable {
private String sendDate; private String sendDate;
@ApiModelProperty(value = "验证码 ", example = "666666") @ApiModelProperty(value = "验证码 ", example = "666666")
private Integer code; private String code;
@ApiModelProperty(value = "1.验证码 2.消息推送 3通知提醒 ", example = "1") @ApiModelProperty(value = "1.验证码 2.消息推送 3通知提醒 ", example = "1")
private Integer messageType; private Integer messageType;
...@@ -40,4 +40,7 @@ public class EntRegisterDto implements Serializable { ...@@ -40,4 +40,7 @@ public class EntRegisterDto implements Serializable {
@ApiModelProperty(value = "短信模板:1.身份验证验证码 2.登录确认验证码 3.登录异常验证码 4.用户注册验证码 5.修改密码验证码 6.信息变更验证码 ", example = "1") @ApiModelProperty(value = "短信模板:1.身份验证验证码 2.登录确认验证码 3.登录异常验证码 4.用户注册验证码 5.修改密码验证码 6.信息变更验证码 ", example = "1")
private Integer tc; private Integer tc;
@ApiModelProperty(value = "1.验证码修改密码 2.原密码修改密码 ", example = "1")
private Integer pwUpdateType;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment