| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil cancleOrderTaxi(Integer id, Integer payType, Integer cancleId, Integer type) throws Exception; |
| | | ResultUtil cancleOrderTaxi(Integer id, Integer payType, Integer cancleId, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil payTaxiOrder(Integer payType, Integer orderId, Integer couponId, Integer type)throws Exception; |
| | | ResultUtil payTaxiOrder(Integer payType, Integer orderId, Integer couponId, Integer type, Integer language)throws Exception; |
| | | |
| | | |
| | | /** |