| | |
| | | /// </summary> |
| | | public const string OpenDistribution = "openDistribution"; |
| | | /// <summary> |
| | | /// 用户须知:成为分销商后,可以获取佣金,用户只可被推荐一次,越早推荐越返利越多哦。 |
| | | /// 用户须知:成为经销商后,可以获取佣金,用户只可被推荐一次,越早推荐越返利越多哦。 |
| | | /// </summary> |
| | | public const string DistributionNotes = "distributionNotes"; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const string DistributionLevel = "distributionLevel"; |
| | | /// <summary> |
| | | /// 成为分销商条件:1无条件(需要审核),2申请(需要审核),3无条件,4注册账号自动开通 |
| | | /// 成为经销商条件:1无条件(需要审核),2申请(需要审核),3无条件,4注册账号自动开通 |
| | | /// </summary> |
| | | public const string DistributionType = "distributionType"; |
| | | /// <summary> |
| | | /// 消费自动成为分销商:元 |
| | | /// 消费自动成为经销商:元 |
| | | /// </summary> |
| | | public const string DistributionMoney = "distributionMoney"; |
| | | /// <summary> |
| | | /// 购买商品成为分销商:1关闭,2任意商品,3指定商品 |
| | | /// 购买商品成为经销商:1关闭,2任意商品,3指定商品 |
| | | /// </summary> |
| | | public const string DistributionGoods = "distributionGoods"; |
| | | /// <summary> |
| | | /// 购买商品成为分销商指定商品序列号 |
| | | /// 购买商品成为经销商指定商品序列号 |
| | | /// </summary> |
| | | public const string DistributionGoodsId = "distributionGoodsId"; |
| | | /// <summary> |