@@ -427,7 +427,7 @@ public class Scheduler {
if (StrUtil.isNotBlank(phone)) {
log.info("商务businessId:{}所下渠道用户id:{}分销数据已低于7天平均值的50%%", data.getBusinessId(), data.getUserId());
//发短信
- SmsUtil.send(phone, msg);
+ SmsUtil.sendLuoKey2Msg(phone, msg);
}
return;
@@ -316,7 +316,7 @@ public class AuthorizationController {
SmsUtil.sendTencent(phone, code);
}else {
// 发送短信
- SmsUtil.send(phone, String.format("尊敬的用户,您的验证码为%s,此验证码仅用于银河录像。【银河录像局】", code));
+ SmsUtil.sendLuoKey2Msg(phone, String.format("尊敬的用户,您的验证码为%s,此验证码仅用于银河录像。【银河录像局】", code));
return GatewayResponse.SUCCESS.newBuilder().toResult(
"发送成功");