| | |
| | | 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" }); |
| | | di.Add(SystemSettingConstVars.CommissionFirst, new DictionaryKeyValues() { sKey = "一级佣金", sValue = "0" }); |
| | |
| | | //小程序直播 |
| | | di.Add(SystemSettingConstVars.ShowLiveBroadCast, new DictionaryKeyValues() { sKey = "显示小程序直播入口", sValue = "2" }); |
| | | |
| | | |
| | | //》++++++++++++++++++++++++++++++++++++百分兵法增加++++++++++++++++ |
| | | //分销商用户组绑定key 有就绑定,无则不绑定 |
| | | di.Add(SystemSettingConstVars.DictionaryUserGroupKey, new DictionaryKeyValues() { sKey = "经销商关联用户组KEY", sValue = "DictionaryUserGroupKey" }); |
| | | |
| | | return di; |
| | | } |
| | | |