UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IWithdrawalService.java
@@ -18,7 +18,7 @@ * @param uid * @throws Exception */ ResultUtil withdrawal(Double money, String code, String name, Integer uid) throws Exception; ResultUtil withdrawal(Double money, String code, String name, Integer uid, Integer language) throws Exception; /**