linhw 2024-06-25 13:20:25 +08:00
parent 8ca921e805
commit eceaa53e7d
1 changed files with 3 additions and 3 deletions

View File

@ -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);