| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<BaseWarpper> saveOrderPrivateCar(Integer serverCarModelId, Date travelTime, Integer reservation, Integer instead, String placementLon, String placementLat, |
| | | String startLon, String startLat, String startAddress, String endLon, String endLat, String endAddress, String name, String phone, Integer orderSource, Integer driverId, Integer type, Integer uid) throws Exception; |
| | | String startLon, String startLat, String startAddress, String endLon, String endLat, String endAddress, String name, |
| | | String phone, Integer orderSource, Integer driverId, Integer type, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil cancleOrderPrivateCar(Integer id, Integer payType, Integer cancleId, Integer type) throws Exception; |
| | | ResultUtil cancleOrderPrivateCar(Integer id, Integer payType, String accountNumber, Integer cancleId, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | String getOrderNum() throws Exception; |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil payPrivateCarOrder(Integer payType, Integer orderId, Integer couponId, Integer type)throws Exception; |
| | | ResultUtil payPrivateCarOrder(Integer payType, String accountNumber, Integer orderId, Integer couponId, Integer type, Integer language)throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil shareRedEnvelope(Integer orderId) throws Exception; |
| | | ResultUtil shareRedEnvelope(Integer orderId, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @param type 1=微信,2=支付宝 |
| | | * @throws Exception |
| | | */ |
| | | void payOrderPrivateCarCallback(Integer id, String order_id, Integer type) throws Exception; |
| | | void payOrderPrivateCarCallback(Integer id, String order_id, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | |