yanghb
2023-04-25 5a3146d753d526205b3ad3a8d6ac459b663564d5
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IWithdrawalService.java
@@ -18,7 +18,16 @@
     * @param uid
     * @throws Exception
     */
    ResultUtil withdrawal(Double money, String bankName, String code, String name, Integer uid) throws Exception;
    ResultUtil withdrawal(Double money, String code, String name, Integer uid) throws Exception;
    /**
     * 提现操作
     * @param money
     * @throws Exception
     */
    ResultUtil withdrawal1(Double money, String acctName, Integer bankCardId, Integer uid) throws Exception;
    /**