yanghb
2023-04-21 75a2623173bcc4a235aa1f99f7ef28519186160b
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderService.java
@@ -27,4 +27,14 @@
     * @throws Exception
     */
    ResultUtil weChatPay(Integer orderId, Integer orderType, Integer type, Integer userType, Integer uid, String content) throws Exception;
    /**
     * 司机线下订单收款
     * @param driverId
     * @param money
     * @return
     * @throws Exception
     */
    ResultUtil driverQrCodePaymentCollection(Integer driverId, Double money, Integer payType) throws Exception;
}