【新增】新增新人注册可以自动识别并发放优惠券。

This commit is contained in:
jianweie code
2023-11-20 00:16:14 +08:00
parent d6c6d1f63b
commit 96ffffb664
8 changed files with 146 additions and 26 deletions

View File

@@ -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";
}