mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】增加用户注册后自动升级为分销商的功能,后台增加开启项,注册后自动创建分销数据。
This commit is contained in:
@@ -2457,6 +2457,11 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
[Description("无需审核")]
|
||||
NoReview = 3,
|
||||
/// <summary>
|
||||
/// 注册自动开通
|
||||
/// </summary>
|
||||
[Description("注册自动开通")]
|
||||
RegOpen = 4,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -151,7 +151,7 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string DistributionLevel = "distributionLevel";
|
||||
/// <summary>
|
||||
/// 成为分销商条件:1无条件(需要审核),2申请(需要审核),3无条件
|
||||
/// 成为分销商条件:1无条件(需要审核),2申请(需要审核),3无条件,4注册账号自动开通
|
||||
/// </summary>
|
||||
public const string DistributionType = "distributionType";
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user