| | |
| | | public static boolean isTest = false; |
| | | public static final int SUCCESS = 200; |
| | | |
| | | //内网 |
| | | public static final String BASE_URL = "http://192.168.110.111:81/driver-server/"; |
| | | public static final String SOCKET_SERVER = "192.168.110.111"; |
| | | // //内网 |
| | | // public static final String BASE_URL = "http://192.168.110.111:81/driver-server/"; |
| | | // public static final String SOCKET_SERVER = "192.168.110.111"; |
| | | // public static final int SOCKET_PORT = 9999; |
| | | |
| | | //w网 |
| | | public static final String BASE_URL = "http://120.27.134.189:81/driver-server/"; |
| | | public static final String SOCKET_SERVER = "120.27.134.189"; |
| | | public static final int SOCKET_PORT = 9999; |
| | | |
| | | //开通城市 用的用户端接口需要单独处理 |
| | | public static String queryOpenCityUser = "http://192.168.110.111:81/user-server/base/openCity/queryOpenCity"; |
| | | public static String queryOpenCityUser = "http://120.27.134.189:81/user-server/base/openCity/queryOpenCity"; |
| | | |
| | | |
| | | //39.108.148.228 测试服务器 |
| | | // public static final String BASE_URL = "https://www.kuaiyuncx.com:81/driver/"; |
| | | // public static final String SOCKET_SERVER = "116.204.107.178"; |
| | | // public static final int SOCKET_PORT = 9999; |
| | | |
| | | //正式 |
| | | // public static final String BASE_URL = "https://fuban.net//driver/"; |
| | | // public static final String SOCKET_SERVER = "47.109.70.48"; |
| | | // public static final int SOCKET_PORT = 9999; |
| | | |
| | | public static final String strShare = "https://fuban.net/sharePage/share/shareIndex.html"; |
| | | public static final String strShareDriver = "https://fuban.net/sharePage/driverShare/qr.html"; |
| | |
| | | public static String payTaxiOrder = "api/order/payTaxiOrder"; ///api/order/payTaxiOrder 订单完成支付订单操作 |
| | | public static String queryLines_by_line = "api/line/queryLines"; ////api/line/queryLines |
| | | public static String querySeat = "api/lineSite/querySeat"; //api/lineSite/querySeat 根据司机的排班id获取剩余座位数据 |
| | | public static String queryCustomerPhone = "base/phone/queryCustomerPhone"; ///base/phone/queryCustomerPhone 获取个人中心的客服电话 |
| | | public static String queryCustomerPhone = "base/phone/queryCustomerPhone"; ///base/phone/queryCustomerPhone 获取个人中心的客服电 话 |
| | | |
| | | public static String fillInPickUpCode = "api/order/fillInPickUpCode"; ///api/order/fillInPickUpCode 设置小件物流取件码 |
| | | public static String makeUpTheDifference = "api/order/makeUpTheDifference"; ///api/order/makeUpTheDifference 设置小件物流差价 |