yanghb
2023-04-25 3efbbee5e85adec4aec44958b3f5f71f45e0e18c
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;
}