mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【新增】新增新人注册可以自动识别并发放优惠券。
This commit is contained in:
@@ -898,6 +898,22 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public static readonly string ShowLiveBroadCast = "showLiveBroadCast";
|
||||
|
||||
/// <summary>
|
||||
/// 是否开启赠送优惠券
|
||||
/// </summary>
|
||||
|
||||
public static readonly string IsAllowGiveCoupon = "isAllowGiveCoupon";
|
||||
|
||||
/// <summary>
|
||||
/// 选择注册赠送优惠券
|
||||
/// </summary>
|
||||
public static readonly string SelectGiveCoupon = "selectGiveCoupon";
|
||||
|
||||
/// <summary>
|
||||
/// 赠送数量
|
||||
/// </summary>
|
||||
public static readonly string GiveCouponNumber = "giveCouponNumber";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user