| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms.Net * |
| | | * Web: https://CoreCms.Net * |
| | | * Projectname= 核心内容管理系统 * |
| | | * Author: 大灰灰 * |
| | | * Email: JianWeie@163.com * |
| | | * Projectname= 百分兵法管理系统 * |
| | | * Author: * |
| | | * Email: * |
| | | * CreateTime: 2020-03-02 23:52:48 |
| | | * Description: 暂无 |
| | | ***********************************************************************/ |
| | |
| | | |
| | | |
| | | di.Add(SystemSettingConstVars.DistributionLevel, new DictionaryKeyValues() { sKey = "分销层级", sValue = "2" }); |
| | | di.Add(SystemSettingConstVars.DistributionType, new DictionaryKeyValues() { sKey = "成为分销商条件", sValue = "1" }); |
| | | di.Add(SystemSettingConstVars.DistributionMoney, new DictionaryKeyValues() { sKey = "消费自动成为分销商", sValue = "100" }); |
| | | di.Add(SystemSettingConstVars.DistributionGoods, new DictionaryKeyValues() { sKey = "购买商品成为分销商", sValue = "1" }); |
| | | di.Add(SystemSettingConstVars.DistributionGoodsId, new DictionaryKeyValues() { sKey = "购买商品成为分销商指定商品序列号", sValue = "0" }); |
| | | di.Add(SystemSettingConstVars.DistributionType, new DictionaryKeyValues() { sKey = "成为经销商条件", sValue = "1" }); |
| | | di.Add(SystemSettingConstVars.DistributionMoney, new DictionaryKeyValues() { sKey = "消费自动成为经销商", sValue = "100" }); |
| | | di.Add(SystemSettingConstVars.DistributionGoods, new DictionaryKeyValues() { sKey = "购买商品成为经销商", sValue = "1" }); |
| | | di.Add(SystemSettingConstVars.DistributionGoodsId, new DictionaryKeyValues() { sKey = "购买商品成为经销商指定商品序列号", sValue = "0" }); |
| | | |
| | | //邀请好友 |
| | | di.Add(SystemSettingConstVars.CommissionType, new DictionaryKeyValues() { sKey = "佣金类型", sValue = "1" }); |