mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
完成阿里云短信功能并进行测试
This commit is contained in:
@@ -12218,26 +12218,6 @@
|
||||
图片地址
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.DTO.WxGoodCategoryChild.id">
|
||||
<summary>
|
||||
序列
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.DTO.WxGoodCategoryChild.name">
|
||||
<summary>
|
||||
标题
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.DTO.WxGoodCategoryChild.sort">
|
||||
<summary>
|
||||
排序
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.DTO.WxGoodCategoryChild.imageUrl">
|
||||
<summary>
|
||||
图片地址
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CoreCms.Net.Model.ViewModels.DTO.WxNameTypeDto">
|
||||
<summary>
|
||||
wx返回Name/Type格式实体
|
||||
@@ -12627,6 +12607,11 @@
|
||||
是否开启
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsType">
|
||||
<summary>
|
||||
短信类型
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.UserId">
|
||||
<summary>
|
||||
用户序列
|
||||
@@ -12667,6 +12652,61 @@
|
||||
短信发送IP黑名单
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForReg">
|
||||
<summary>
|
||||
阿里云-模板-账户注册
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForLogin">
|
||||
<summary>
|
||||
阿里云-模板-账户登录
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForVeri">
|
||||
<summary>
|
||||
阿里云-模板-验证验证码
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForCreateOrder">
|
||||
<summary>
|
||||
阿里云-模板-下单成功时
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForOrderPayed">
|
||||
<summary>
|
||||
阿里云-模板-订单支付成功时
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForRemindOrderPay">
|
||||
<summary>
|
||||
阿里云-模板-订单催付提醒
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForDeliveryNotice">
|
||||
<summary>
|
||||
阿里云-模板-订单发货通知
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForAfterSalesPass">
|
||||
<summary>
|
||||
阿里云-模板-售后确认通过
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForRefundSuccess">
|
||||
<summary>
|
||||
阿里云-模板-用户退款成功通知
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForSellerOrderNotice">
|
||||
<summary>
|
||||
阿里云-模板-订单付款成功平台通知
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.ViewModels.Sms.SmsOptions.SmsAliYunTplForCommon">
|
||||
<summary>
|
||||
阿里云-模板-通用类型
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CoreCms.Net.Model.ViewModels.Sms.SMSReturnData">
|
||||
<summary>
|
||||
短信发送回调结果
|
||||
|
||||
@@ -21,6 +21,11 @@ namespace CoreCms.Net.Model.ViewModels.Sms
|
||||
/// </summary>
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 短信类型
|
||||
/// </summary>
|
||||
public int SmsType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户序列
|
||||
/// </summary>
|
||||
@@ -62,6 +67,50 @@ namespace CoreCms.Net.Model.ViewModels.Sms
|
||||
/// </summary>
|
||||
public string SmsIpSendBlackList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 阿里云-模板-账户注册
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForReg { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-账户登录
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForLogin { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-验证验证码
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForVeri { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-下单成功时
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForCreateOrder { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-订单支付成功时
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForOrderPayed { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-订单催付提醒
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForRemindOrderPay { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-订单发货通知
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForDeliveryNotice { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-售后确认通过
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForAfterSalesPass { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-用户退款成功通知
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForRefundSuccess { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-订单付款成功平台通知
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForSellerOrderNotice { get; set; }
|
||||
/// <summary>
|
||||
/// 阿里云-模板-通用类型
|
||||
/// </summary>
|
||||
public string SmsAliYunTplForCommon { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user