puzhibing
2023-03-14 997bf5ea58c2741b1862a1010bf5d60a32850c4f
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderService.java
@@ -230,4 +230,15 @@
     * @throws Exception
     */
    Map<String, Object> queryMoneyInfo(Integer orderId, Integer orderType) throws Exception;
    /**
     * 司机支付订单
     * @param uid
     * @param orderId
     * @param orderType
     * @return
     * @throws Exception
     */
    ResultUtil payOrder(Integer uid, Integer orderId, Integer orderType, Integer payType, Integer language) throws Exception;
}