| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil payPrivateCarOrder1(Integer payType, Integer orderId, Integer objectId, Integer objectType, Integer type)throws Exception; |
| | | ResultUtil payPrivateCarOrder1(Integer payType, Integer orderId, Integer objectId, Integer objectType, Integer type, String path, String ip)throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | */ |
| | | void addAppeal(Integer uid, Integer orderId,String abnormalIntro, String abnormalImg); |
| | | |
| | | void promotion(Integer orderId); |
| | | |
| | | List<Map<String, Object>> queryMyTripList(Integer uid, Integer pageNum, Integer size) throws Exception; |
| | | |
| | | List<Map<String, Object>> queryMyTripListAll(Integer uid) throws Exception; |
| | | |
| | | } |