mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +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
|
||||
|
||||
Reference in New Issue
Block a user