yanghb
2023-04-26 f56aff52634ad1308d73da2a3c456cf7d18e92b2
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;
}