yanghb
2023-04-24 a7b4edc7bcefc976de1c8bf8d371f1f9428ec4ca
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;
}