登录改造
This commit is contained in:
@@ -8,4 +8,10 @@ import javax.validation.constraints.NotEmpty;
|
||||
public class RegisterCode {
|
||||
@NotEmpty(message = "手机号不能为空")
|
||||
private String mobile;
|
||||
|
||||
@NotEmpty(message = "腾讯验证码参数[ticket]")
|
||||
private String ticket;
|
||||
@NotEmpty(message = "腾讯验证码所属参数[randStr]")
|
||||
private String randStr;
|
||||
private String userIp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user