| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil cancleOrderPrivateCar(Integer id, Integer payType, String accountNumber, Integer cancleId, Integer type, Integer language) throws Exception; |
| | | ResultUtil cancleOrderPrivateCar(Integer id, Integer payType, Integer bankCardId, Integer cancleId, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | String getOrderNum() throws Exception; |
| | |
| | | * 取消订单支付后的处理 |
| | | * @param id 订单=id |
| | | * @param order_id 工行支付单号 |
| | | * @param type 1=微信,2=支付宝 |
| | | * @throws Exception |
| | | */ |
| | | void payCancelOrderPrivateCar(Integer id, String order_id, Integer type) throws Exception; |
| | | void payCancelOrderPrivateCar(Integer id, String order_id, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * 支付完成后的订单处理 |
| | | * @param id 订单=id |
| | | * @param order_id 工行支付单号 |
| | | * @param type 1=微信,2=支付宝 |
| | | * @throws Exception |
| | | */ |
| | | void payOrderPrivateCarCallback(Integer id, String order_id, Integer type, Integer language) throws Exception; |
| | | void payOrderPrivateCarCallback(Integer id, String order_id, Integer language) throws Exception; |
| | | |
| | | |
| | | |