Commit a7e0e9ff by 东州 翁 Committed by chenzg

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

parent c2444e7c
......@@ -32,12 +32,15 @@ public class EntRegisterDto implements Serializable {
private String sendDate;
@ApiModelProperty(value = "验证码 ", example = "666666")
private Integer code;
private String code;
@ApiModelProperty(value = "1.验证码 2.消息推送 3通知提醒 ", example = "1")
private Integer messageType;
@ApiModelProperty(value = "短信模板:1.身份验证验证码 2.登录确认验证码 3.登录异常验证码 4.用户注册验证码 5.修改密码验证码 6.信息变更验证码 ", example = "1")
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