| | |
| | | import com.stylefeng.guns.modular.crossCity.model.OrderCrossCity; |
| | | import com.stylefeng.guns.modular.crossCity.warpper.OrderCrossCityWarpper; |
| | | import com.stylefeng.guns.modular.specialTrain.model.OrderPrivateCar; |
| | | import com.stylefeng.guns.modular.system.model.vo.UnPayOrderVO; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.BaseWarpper; |
| | | import com.stylefeng.guns.modular.system.warpper.CouponsListVo; |
| | |
| | | * @throws Exception |
| | | */ |
| | | void payThankYouFeeCallback(Integer orderId, String order_id, Integer payType) throws Exception; |
| | | |
| | | /** |
| | | * 获取未支付的跨城订单 |
| | | */ |
| | | List<UnPayOrderVO> getUnpayCrossCityOrders(Integer uid) throws Exception; |
| | | } |