|
|
@@ -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(
|
|
|
"发送成功");
|