old mode 100644
new mode 100755
| | |
| | | /** |
| | | * API中心服务 |
| | | */ |
| | | //public static final String SERVICE_API_URL = "http://api-service"; |
| | | public static final String SERVICE_API_URL = ""; |
| | | |
| | | public static final String SERVICE_API_URL = "http://api.java110.com:8008"; |
| | | /** |
| | | * API中心服务 |
| | | */ |
| | | public static final String SERVICE_ORDER_URL = "http://order-service"; |
| | | |
| | | /** |
| | | * boot api |
| | | */ |
| | | public static final String BOOT_SERVICE_ORDER_URL = "http://127.0.0.1:8008"; |
| | | |
| | | //public static final String SERVICE_API_URL = "http://api.java110.com:8008"; |
| | | } |