|
@@ -174,7 +174,6 @@ public class RegisterServiceImpl implements RegisterService {
|
|
// 短信发送失败重试一次
|
|
// 短信发送失败重试一次
|
|
AliyunSmsUtil.sendSms(clubRegisterDto.getBindMobile(), 7, "{name:"+ clubRegisterDto.getBindMobile() +",password:"+ clubRegisterDto.getPassword() +"}");
|
|
AliyunSmsUtil.sendSms(clubRegisterDto.getBindMobile(), 7, "{name:"+ clubRegisterDto.getBindMobile() +",password:"+ clubRegisterDto.getPassword() +"}");
|
|
}
|
|
}
|
|
- log.info("注册普通机构成功,手机号>>>" + clubRegisterDto.getBindMobile());
|
|
|
|
/*
|
|
/*
|
|
绑定微信,成为机构运营人员
|
|
绑定微信,成为机构运营人员
|
|
*/
|
|
*/
|
|
@@ -220,6 +219,7 @@ public class RegisterServiceImpl implements RegisterService {
|
|
}
|
|
}
|
|
log.info("注册普通机构,默认绑定为机构运营人员");
|
|
log.info("注册普通机构,默认绑定为机构运营人员");
|
|
}
|
|
}
|
|
|
|
+ log.info("注册普通机构成功,手机号>>>" + clubRegisterDto.getBindMobile());
|
|
return ResponseJson.success(club);
|
|
return ResponseJson.success(club);
|
|
}
|
|
}
|
|
|
|
|