| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil payTaxiOrder1(Integer payType, Integer orderId, Integer objectId, Integer objectType, Integer type)throws Exception; |
| | | ResultUtil payTaxiOrder1(Integer payType, Integer orderId, Integer objectId, Integer objectType, Integer type, String path, String ip)throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @param orderId |
| | | */ |
| | | void addAppeal(Integer uid, Integer orderId,String abnormalIntro, String abnormalImg); |
| | | |
| | | void promotion(Integer orderId); |
| | | |
| | | /** |
| | | * 获取我的行程列表 |
| | | * @param uid |
| | | * @param pageNum |
| | | * @param size |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<Map<String, Object>> queryMyTripList(Integer uid, Integer pageNum, Integer size) throws Exception; |
| | | |
| | | List<Map<String, Object>> queryMyTripListAll(Integer uid) throws Exception; |
| | | |
| | | } |