From 981a04a92cbdf6fbd7b54ff9eec7b9c4e0896354 Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期一, 24 四月 2023 15:13:25 +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