|  |  | 
 |  |  |  * Description: | 
 |  |  |  */ | 
 |  |  | public class Constants { | 
 |  |  |     public static final String BASE_URL = "http://yzgb.yunguangai.cn/api/"; | 
 |  |  |  | 
 |  |  |     //    public static final String BASE_URL = "http://192.168.10.52:8088"; | 
 |  |  |     public static final String BASE_URL = "https://no253541tf71.vicp.fun"; | 
 |  |  | //    public static final String BASE_URL = "http://192.168.40.166:54321"; | 
 |  |  |     //public static final String BASE_URL = "http://fve2iz.natappfree.cc"; | 
 |  |  |     public static final String BASE_UPLOAD_FILE_URL = BASE_URL; | 
 |  |  |     /** | 
 |  |  |      * 代表请求成功 | 
 |  |  |      */ | 
 |  |  |     public static final int SUCCESS = 0; | 
 |  |  |     public static final String SUCCESS = "0001"; | 
 |  |  |     //代表token过期的code值 | 
 |  |  |     public static final int TOKEN_INVALID = -10001; | 
 |  |  |     public static final String TOKEN_INVALID = "0000"; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 更新下载的文件名称 |