为添加微信小程序支付做准备

This commit is contained in:
lym
2026-03-16 02:47:48 +08:00
parent be6ee77e38
commit bc9073f7f3
24 changed files with 3269 additions and 83 deletions

View File

@@ -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;