|
@@ -106,7 +106,7 @@ public class Config {
|
|
|
public static final String KEY_SMALL_STATION_URL = "small_station_url";
|
|
public static final String KEY_SMALL_STATION_URL = "small_station_url";
|
|
|
//small_station地址
|
|
//small_station地址
|
|
|
public static String SMALL_STATION_URL_SHEEP = "http://smallstation.9yan.io";
|
|
public static String SMALL_STATION_URL_SHEEP = "http://smallstation.9yan.io";
|
|
|
- public static String SMALL_STATION_URL_TEST = "http://10.8.210.20:8080";
|
|
|
|
|
|
|
+ public static String SMALL_STATION_URL_TEST = "http://10.8.230.28:8080";
|
|
|
//在数据库中表 config 中 配置 small_station_url后,可以进行设置 ,否则使用默认的值
|
|
//在数据库中表 config 中 配置 small_station_url后,可以进行设置 ,否则使用默认的值
|
|
|
public static String SMALL_STATION_URL;
|
|
public static String SMALL_STATION_URL;
|
|
|
|
|
|