修改短信模板签名

This commit is contained in:
“wanyongkang”
2025-05-15 10:25:54 +08:00
parent 4b1b75285d
commit c9c8386da5
4 changed files with 6 additions and 6 deletions

View File

@@ -361,7 +361,7 @@ namespace Home.Controllers
}
code = ValidateCodeHelper.MakeNumCode(4);
await RedisHelper.SetAsync(key, code, 60);
var ret = AliSmsService.Send( "SMS_186355045", new { code }, "聚IP商城", phone);
var ret = AliSmsService.Send( "SMS_186355045", new { code }, "河南华连网络科技", phone);
if (ret)
{
return new ApiResult(ResultCode.C_SUCCESS, "验证码已发送到您的手机");