puzhibing
2023-07-25 b36c5b502e5fa9ba82a1c5036b9ade53957b3892
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IWithdrawalService.java
@@ -13,12 +13,10 @@
    /**
     * 提现操作
     * @param money
     * @param code
     * @param name
     * @param uid
     * @throws Exception
     */
    ResultUtil withdrawal(Double money, String code, String name, Integer uid, Integer type,String bankName) throws Exception;
    ResultUtil withdrawal(Double money, Integer uid, Integer type, String remark, Integer language) throws Exception;
    /**
@@ -37,5 +35,5 @@
     * @return
     * @throws Exception
     */
    ResultUtil withdrawalAudit(Integer id, Integer state) throws Exception;
    ResultUtil withdrawalAudit(Integer id, Integer state, Integer language) throws Exception;
}