Commit a3f4496e by xuyamei

新增登录账号

parent 2d01bcae
...@@ -10,6 +10,7 @@ public class ApiModule { ...@@ -10,6 +10,7 @@ public class ApiModule {
public static String Polar_Setting ="polar_setting";//通用设置 public static String Polar_Setting ="polar_setting";//通用设置
public static String Polar_Clue ="polar_clue"; public static String Polar_Clue ="polar_clue";
public static String Polar_Member ="polar_member";//会员管理 public static String Polar_Member ="polar_member";//会员管理
public static String Polar_Course ="polar_course";//会员管理
public static String Polar_Finance="polar_finance";//财务中心 public static String Polar_Finance="polar_finance";//财务中心
......
...@@ -10,5 +10,9 @@ public class LoginAccount { ...@@ -10,5 +10,9 @@ public class LoginAccount {
public static String YFF_DEV = "yff_dev"; public static String YFF_DEV = "yff_dev";
public static String ZYX_DEV = "zyx_dev"; public static String ZYX_DEV = "zyx_dev";
public static String ADU_PROD = "adu_prod";
public static String GYM_PROD = "GYM_PROd" +
"";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment