main
parent
8ca921e805
commit
eceaa53e7d
|
|
@ -36,12 +36,12 @@ public class PhoneCodeController {
|
|||
if (type == 1) {
|
||||
|
||||
AppRegister appRegister = appRegisterService.selectAppRegisterByphone(phoneNum);
|
||||
/*if (appRegister != null && appRegister.getStatus() == 0) {
|
||||
if (appRegister != null && appRegister.getStatus() == 0) {
|
||||
return AjaxResult.error(201, "请等待,您的账号正在审核中!");
|
||||
}
|
||||
if (appRegister != null && appRegister.getStatus() == 2) {
|
||||
return AjaxResult.error(201, "您的账号申请被驳回");
|
||||
}*/
|
||||
return AjaxResult.error(201, "您的账号申请被驳回,驳回原因: " + appRegister.getRemark());
|
||||
}
|
||||
send = sendNoteUtil.sendNoteMessgae(phoneNum);
|
||||
}else {
|
||||
send = sendNoteUtil.sendNoteMessgae(phoneNum);
|
||||
|
|
|
|||
Loading…
Reference in New Issue