mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【优化】优化分销商升级策略。
This commit is contained in:
@@ -1751,15 +1751,15 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public enum WeiChatPayTradeType
|
||||
{
|
||||
[Description("JSAPI(小程序支付)")]
|
||||
[Description("小程序支付")]
|
||||
JSAPI = 1,
|
||||
[Description("JSAPI_OFFICIAL(公众号支付)")]
|
||||
[Description("公众号支付")]
|
||||
JSAPI_OFFICIAL = 2,
|
||||
[Description("NATIVE(扫码支付)")]
|
||||
[Description("扫码支付")]
|
||||
NATIVE = 3,
|
||||
[Description("APP(APP支付)")]
|
||||
[Description("APP支付")]
|
||||
APP = 4,
|
||||
[Description("MWEB(H5支付)")]
|
||||
[Description("H5支付")]
|
||||
MWEB = 5
|
||||
}
|
||||
|
||||
@@ -2386,30 +2386,33 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public enum DistributionConditionsCode
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 个人消费总额
|
||||
/// </summary>
|
||||
[Description("个人消费总额(已完成的订单)")]
|
||||
USER_ORDERS = 3,
|
||||
/// <summary>
|
||||
/// 个人订单数量
|
||||
/// </summary>
|
||||
[Description("个人订单数量(已完成的订单)")]
|
||||
USER_ORDERSNUM = 4,
|
||||
/// <summary>
|
||||
/// 所有商品满足条件
|
||||
/// </summary>
|
||||
[Description("所有商品满足条件")]
|
||||
GOODS_ALL = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 购买指定商品
|
||||
/// </summary>
|
||||
[Description("购买指定商品")]
|
||||
GOODS_IDS = 2,
|
||||
|
||||
/// <summary>
|
||||
/// 个人消费总额
|
||||
/// </summary>
|
||||
[Description("个人消费总额(已完成的订单)")]
|
||||
USER_ORDERS = 3,
|
||||
|
||||
/// <summary>
|
||||
/// 个人订单数量
|
||||
/// </summary>
|
||||
[Description("个人订单数量(已完成的订单)")]
|
||||
USER_ORDERSNUM = 4,
|
||||
|
||||
//[Description("团队消费总额")]
|
||||
//GROUP_ORDERS = 5,
|
||||
|
||||
//[Description("直推几个指定用户等级")]
|
||||
//USER_GRADE = 6,
|
||||
}
|
||||
@@ -3375,31 +3378,31 @@ namespace CoreCms.Net.Configuration
|
||||
/// <summary>
|
||||
/// JSAPI(支付宝小程序支付)
|
||||
/// </summary>
|
||||
[Description("JSAPI(支付宝小程序支付)")]
|
||||
[Description("支付宝小程序支付")]
|
||||
JSAPI = 1,
|
||||
|
||||
/// <summary>
|
||||
/// JSAPI_PC(电脑网站支付)
|
||||
/// </summary>
|
||||
[Description("JSAPI_PC(电脑网站支付)")]
|
||||
[Description("电脑网站支付")]
|
||||
JSAPI_PC = 2,
|
||||
|
||||
/// <summary>
|
||||
/// NATIVE(扫码支付)
|
||||
/// </summary>
|
||||
[Description("NATIVE(扫码支付)")]
|
||||
[Description("扫码支付")]
|
||||
ScanQRCodes = 3,
|
||||
|
||||
/// <summary>
|
||||
/// APP(APP支付)
|
||||
/// </summary>
|
||||
[Description("APP(APP支付)")]
|
||||
[Description("APP支付")]
|
||||
APP = 4,
|
||||
|
||||
/// <summary>
|
||||
/// MWEB(H5支付)
|
||||
/// </summary>
|
||||
[Description("MWEB(H5支付)")]
|
||||
[Description("H5支付")]
|
||||
MWEB = 5
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user