|
@@ -253,6 +253,9 @@ public class RegisterServiceImpl implements RegisterService {
|
|
|
log.info("注册普通机构,默认绑定为机构运营人员");
|
|
|
}
|
|
|
log.info("注册普通机构成功,手机号>>>" + clubRegisterDto.getBindMobile());
|
|
|
+ if (!smsFlag) {
|
|
|
+ log.info("短信发送失败,手机号:"+clubRegisterDto.getBindMobile());
|
|
|
+ }
|
|
|
return ResponseJson.success("机构注册成功", null);
|
|
|
}
|
|
|
|
|
@@ -631,7 +634,9 @@ public class RegisterServiceImpl implements RegisterService {
|
|
|
}
|
|
|
// 打印短信内容
|
|
|
log.info(logTxt);
|
|
|
-
|
|
|
+ if (!smsFlag) {
|
|
|
+ log.info("短信发送失败,手机号:"+mobile);
|
|
|
+ }
|
|
|
// 返回状态
|
|
|
return ResponseJson.success(user.getUserId());
|
|
|
}
|