为添加微信小程序支付做准备
This commit is contained in:
@@ -1979,11 +1979,11 @@ namespace Mtxfw.Utility
|
||||
public static Dictionary<int, string> GetuLevels()
|
||||
{
|
||||
Dictionary<int, string> dic = new Dictionary<int, string>();
|
||||
dic.Add(0, "普通用户");
|
||||
dic.Add(1, "VIP用户");
|
||||
dic.Add(2, "健康推荐大使");
|
||||
dic.Add(3, "健康服务商");
|
||||
dic.Add(4, "市场合伙人");
|
||||
dic.Add(0, "普通会员");
|
||||
dic.Add(1, "健康大使");
|
||||
dic.Add(2, "健康合伙人");
|
||||
dic.Add(3, "健康执行官");
|
||||
dic.Add(4, "健康守护者");
|
||||
dic.Add(5, "");
|
||||
dic.Add(6, "");
|
||||
return dic;
|
||||
|
||||
Reference in New Issue
Block a user