|
@@ -9,6 +9,7 @@ public class FdkkLoginRequest {
|
|
|
private String phoneNum;
|
|
|
private String password;
|
|
|
private String confirmPwd;
|
|
|
+ private String msgAuthCode ;
|
|
|
private String areaNum ="86";
|
|
|
private String code;
|
|
|
private String deptId;
|
|
@@ -33,6 +34,7 @@ public class FdkkLoginRequest {
|
|
|
this.phoneNum = phoneNum;
|
|
|
this.password = password;
|
|
|
this.confirmPwd = confirmPwd;
|
|
|
+ this.msgAuthCode = msgAuthCode;
|
|
|
}
|
|
|
|
|
|
}
|