| | |
| | | |
| | | public class Api { |
| | | |
| | | public static boolean isTest = true; |
| | | public static boolean isTest = false; |
| | | //内网https://okyueche.com:443/driver/ |
| | | // public static final String BASE_URL = "http://192.168.0.80:80/driver/"; |
| | | // public static final String SOCKET_SERVER = "192.168.0.80"; |
| | |
| | | public static final int SOCKET_PORT = 9999; |
| | | public static final int SUCCESS = 200; |
| | | |
| | | public static final String strShare = "http://116.204.107.178:82/share/shareIndex.html"; |
| | | public static final String strShareDriver = "http://116.204.107.178:82/driverShare/qr.html"; |
| | | 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 final int WXLAUID = WXLaunchMiniProgram.Req.MINIPTOGRAM_TYPE_RELEASE; |
| | | |
| | | // public static final String strShare = "http://39.108.148.228:8080/share/shareIndex.html"; |
| | |
| | | */ |
| | | public static String queryHomeData = "api/driver/queryHomeData"; ///api/driver/queryHomeData获取首页统计数据 |
| | | public static String queryMyBusiness = "api/driver/queryMyBusiness"; ///api/driver/queryMyBusiness 上班时选择的业务类型 登录操作 |
| | | public static String work = "api/driver/work"; ///api/driver/work 司机上下班操作 |
| | | public static String work = "api/driver/work"; ///api/driver/work 司机上收车操作 |
| | | public static String queryMyAllOrder = "api/order/queryMyAllOrder"; ///api/order/queryMyAllOrder 获取我的订单列表 |
| | | public static String queryOrderList = "api/order/queryOrderList"; ////api/order/queryOrderList 获取首页订单列表 |
| | | public static String grabOrder = "api/order/grabOrder"; /////api/order/grabOrder 司机抢单操作 |