|
|
@@ -9,7 +9,7 @@ public class ServiceConstant {
|
|
|
/**
|
|
|
* API中心服务
|
|
|
*/
|
|
|
- //public final static String SERVICE_API_URL = "http://api-service";
|
|
|
+ //public static final String SERVICE_API_URL = "http://api-service";
|
|
|
|
|
|
- public final static String SERVICE_API_URL = "http://api.java110.com:8008";
|
|
|
+ public static final String SERVICE_API_URL = "http://api.java110.com:8008";
|
|
|
}
|