|
@ -216,7 +216,7 @@ public class WlyyFamilyMemberController extends EnvelopRestEndpoint {
|
|
|
} else {
|
|
|
result = 2;
|
|
|
}
|
|
|
if (0 == result) {
|
|
|
if (1 == result) {
|
|
|
this.store(client_id, phoneNum, captcha, 120);
|
|
|
mixEnvelop.setMessage("验证码发送成功");
|
|
|
} else if (2 == result) {
|
|
@ -307,7 +307,7 @@ public class WlyyFamilyMemberController extends EnvelopRestEndpoint {
|
|
|
System.out.println("发送中山验证码开始");
|
|
|
int result = 1;
|
|
|
result = zhongShanSMSService.ZhongShangSendSMS(phoneNum, "您好,您当前操作的验证码是:" + captcha + ",2分钟内有效。如非本人操作,请忽略");
|
|
|
if (0 == result) {
|
|
|
if (1 == result) {
|
|
|
this.store(client_id, phoneNum, captcha, 120);
|
|
|
mixEnvelop.setMessage("验证码发送成功");
|
|
|
} else {
|