| | |
| | | /** |
| | | * 提现操作 |
| | | * @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; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil withdrawalAudit(Integer id, Integer state) throws Exception; |
| | | ResultUtil withdrawalAudit(Integer id, Integer state, Integer language) throws Exception; |
| | | } |