|
|
|
|
77
|
public static String firstPoint = "";
|
77
|
public static String firstPoint = "";
|
78
|
public static Boolean firstSsyd;
|
78
|
public static Boolean firstSsyd;
|
79
|
public static String password = "";
|
79
|
public static String password = "";
|
80
|
public static String url = "http://59.110.68.162";// 充电桩测试环境
|
|
|
81
|
public static String pic_url = "http://59.110.68.162/zhannew/uploadfile/";
|
|
|
82
|
// public static String url = "http://cdz.evcharge.cc";// 充电桩正式环境
|
|
|
83
|
// public static String pic_url = "http://cdz.evcharge.cc/zhannew/uploadfile/";
|
|
|
|
|
80
|
// public static String url = "http://59.110.68.162";// 充电桩测试环境
|
|
|
81
|
// public static String pic_url = "http://59.110.68.162/zhannew/uploadfile/";
|
|
|
82
|
public static String url = "http://cdz.evcharge.cc";// 充电桩正式环境
|
|
|
83
|
public static String pic_url = "http://cdz.evcharge.cc/zhannew/uploadfile/";
|
84
|
|
84
|
|
85
|
// public static String urlNew = "http://123.56.67.7:83/api/0300";// 一电测试环境
|
85
|
// public static String urlNew = "http://123.56.67.7:83/api/0300";// 一电测试环境
|
86
|
public static String urlNew = "https://api.touchev.com:83/api/0300";// 一电正式环境
|
86
|
public static String urlNew = "https://api.touchev.com:83/api/0300";// 一电正式环境
|