| | |
| | | public static String DEFAULT_PID = "1";//默认省市区pid=1表示取全中国 |
| | | public interface IntegerUrl{ |
| | | String USER_UPDATE_URL ="customer/api/sync"; |
| | | String USER_GET_TOKEN_URL ="http://api.dev.zbom.7zcloud.com/customer/api/login"; |
| | | String USER_LOGOUT_URL ="http://api.dev.zbom.7zcloud.com/customer/api/disable"; |
| | | String USER_GET_TOKEN_URL ="/customer/api/login"; |
| | | String USER_LOGOUT_URL ="/customer/api/disable"; |
| | | String CATALOG_LIST_URL ="/content/api/catalog"; |
| | | String CONTENT_LIST_URL ="/content/api/page"; |
| | | String CONTENT_INFO_URL ="/content/api/detail/"; |
| | |
| | | String LIKE_DO_URL ="/content/api/like"; |
| | | String COLLECT_LIST_URL ="/behavior/getFavorite"; |
| | | String LIKE_LIST_URL ="/behavior/getLike"; |
| | | String AREA_LIST_URL ="/admin/bAreaRegion/getChildren"; |
| | | String AREA_LIST_URL ="/base/admin/bAreaRegion/getChildren"; |
| | | } |
| | | public interface IntegerName{ |
| | | String USER_UPDATE_NAME ="用户信息同步"; |