puzhibing
2023-07-09 d9c4252c54adc1684de9b56ad810465945e442a8
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, 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;
}