yanghb
2023-04-21 75a2623173bcc4a235aa1f99f7ef28519186160b
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/server/IOrderCharteredCarService.java
@@ -3,7 +3,6 @@
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;
@@ -14,6 +13,7 @@
    /**
     * 下单
     * @param traveltime
     * @param carTime
     * @param serverCarModelId
     * @param modelUse
@@ -54,33 +54,5 @@
    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;
}