mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【新增】增加【用户提现】功能开关,前端根据设置限制访问,同时优化充值后台设置后前端的限制。
This commit is contained in:
@@ -536,6 +536,10 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string ShowStoreBalanceRechargeSwitch = "showStoreBalanceRechargeSwitch";
|
||||
|
||||
/// <summary>
|
||||
/// 是否允许提现
|
||||
/// </summary>
|
||||
public const string IsAllowWithdrawCash = "isAllowWithdrawCash";
|
||||
|
||||
/// <summary>
|
||||
/// 显示增值服务板块
|
||||
|
||||
Reference in New Issue
Block a user