| | |
| | | package com.stylefeng.guns.modular.taxi.service; |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.stylefeng.guns.modular.system.model.vo.UnPayOrderVO; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.*; |
| | | import com.stylefeng.guns.modular.taxi.model.OrderTaxi; |
| | |
| | | * @throws Exception |
| | | */ |
| | | void payThankYouFeeCallback(Integer orderId, String order_id, Integer payType) throws Exception; |
| | | |
| | | /** |
| | | * 获取未支付的出租车订单 |
| | | */ |
| | | List<UnPayOrderVO> getUnpayTaxiOrders(Integer uid); |
| | | |
| | | } |