| | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.stylefeng.guns.modular.CharteredCar.model.OrderCharteredCar; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.PreferentialDataVo; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | |
| | | /** |
| | | * 下单 |
| | | * @param traveltime |
| | | * @param carTime |
| | | * @param serverCarModelId |
| | | * @param modelUse |
| | |
| | | ResultUtil addCancle(Integer id, String reason, String remark, Integer uid) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 支付感谢费 |
| | | * @param uid |
| | | * @param orderId |
| | | * @param money |
| | | * @param payType |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil payThankYouFee(Integer uid, Integer orderId, Double money, Integer payType, Integer type) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 感谢费支付回调处理 |
| | | * @param orderId |
| | | * @param order_id |
| | | * @throws Exception |
| | | */ |
| | | void payThankYouFeeCallback(Integer orderId, String order_id, Integer payType) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取余额 |
| | | * @param orderId |
| | | * @param uid |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | PreferentialDataVo queryBalance1(Integer orderId, Integer uid) throws Exception; |
| | | } |