From 78851285202a040f8ddf998c067cd462874c1cb9 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期四, 19 十月 2023 14:55:27 +0800
Subject: [PATCH] 配置修改

---
 DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
index 042ce39..473b57a 100644
--- a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
+++ b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -355,4 +355,13 @@
      * @throws Exception
      */
     ResultUtil loginOut(Integer id) throws Exception;
+
+
+    /**
+     * 获取收款二维码
+     * @param driverId
+     * @return
+     * @throws Exception
+     */
+    ResultUtil getMoneyReceivingQRCode(Integer driverId) throws Exception;
 }

--
Gitblit v1.7.1