mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【新增】短信功能增加【单IP每日发送量】限制,增加【IP白名单】【IP黑名单】功能,减少可能存在的恶意请求发送申请。
This commit is contained in:
@@ -645,6 +645,20 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string SmsSignature = "smsSignature";
|
||||
|
||||
/// <summary>
|
||||
/// 短信单ip每日发送量
|
||||
/// </summary>
|
||||
public const string SmsIpSendNumber = "smsIpSendNumber";
|
||||
|
||||
/// <summary>
|
||||
/// 短信发送IP白名单
|
||||
/// </summary>
|
||||
public const string SmsIpSendWhiteList= "smsIpSendWhiteList";
|
||||
|
||||
/// <summary>
|
||||
/// 短信发送IP黑名单
|
||||
/// </summary>
|
||||
public const string SmsIpSendBlackList = "smsIpSendBlackList";
|
||||
|
||||
/// <summary>
|
||||
/// 账户注册-短信内容模板
|
||||
|
||||
Reference in New Issue
Block a user