| | |
| | | * @desc |
| | | */ |
| | | public class BaseConfig { |
| | | public final static String BASE_URL = "http://47.93.189.255:8080"; |
| | | public final static String BASE_URL = "http://47.93.189.255:8080";// ip地址 |
| | | public final static String BASE_URL_DOMAIN = "https://www.bendudu.com:8080";//域名网址 |
| | | |
| | | public final static int CODE_SUCCESS = 200; |
| | | |
| | | public static final int TOKEN_INVALID = 401;//token超时或失效 |
| | | //页面跳转 |
| | | public static final String EXTRA_TYPE = "type"; |
| | | public static final String LOGIN_ACTIVITY = "com.application.zhangshi_app_android.ui.login.LoginActivity"; |
| | | |
| | | //备忘录 对应 模块id |
| | | public static final int MEMO_FID_FAMILY_ASSETS = 2007;//家庭资产 |
| | | public static final int MEMO_FID_HOME_DEVICES = 2017;//家庭设备 |
| | | public static final int MEMO_FID_PROPERTY = 2026;//财产 |
| | | public static final int MEMO_FID_PRIVACY = 2031;//隐私 |
| | | } |