提交 43f9bf96 编写于 作者: I IanDavid

短信

上级 90ed337a
......@@ -268,10 +268,10 @@ namespace Ae.B.Login.Api.Common.Constant
#region NoSQL Redis
/// <summary>
/// R.LAA:Login:
/// Rg.LoginAuth.Api:Login:
/// A.BLA:Login:
/// Ae.B.Login.Api:Login:
/// </summary>
public static string RedisLoginFolder { get; set; } = "R.LAA:Login:";
public static string RedisLoginFolder { get; set; } = "A.BLA:Login:";
/// <summary>
/// AC:
......
......@@ -98,21 +98,21 @@ namespace Ae.B.Login.Api.Imp.Services
switch (smsType)
{
case SMSType.Login:
tmplCode = "SMS_175710093";
tmplCode = "SMS_213970043";
break;
case SMSType.ChangePassword:
tmplCode = "SMS_175710090";
tmplCode = "SMS_213970040";
break;
case SMSType.AppQuickRegister:
tmplCode = "SMS_175710093";
tmplCode = "SMS_213970041";
break;
case SMSType.QuickCompanyRegister:
tmplCode = "SMS_175710093";
tmplCode = "SMS_213970044";
break;
}
var chlType = "门店APP签名";
if (channel.Contains("b-pc") || channel.Contains("pc")) chlType = "Web登录短信签名";
var chlType = "侬田田";//门店APP签名
if (channel.Contains("b-pc") || channel.Contains("pc")) chlType = "侬田田";//Web登录短信签名
var reqSms = new SmsParameter
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册