修改短信模板签名
This commit is contained in:
@@ -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, "验证码已发送到您的手机");
|
||||
|
||||
Reference in New Issue
Block a user