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; }