michaeltx
2020-02-09 18ea30df916c6ccf4f0a75471b0936303b356a6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.java110.utils.constant;
 
/**
 * Created by wuxw on 2019/3/20.
 */
public class ServiceConstant {
 
 
    /**
     * API中心服务
     */
    //public static final  String SERVICE_API_URL = "http://api-service";
 
    public  static final String SERVICE_API_URL = "http://api.java110.com:8008";
}