| | |
| | | Withdrawal withdrawal = new Withdrawal(); |
| | | withdrawal.setBalance(userInfo.getBalance()); |
| | | withdrawal.setCode(userInfo.getPhone());// TODO: 2023/7/5 第三方支支持手机号提现 |
| | | withdrawal.setBankName(userInfo.getPhoneOperator()); |
| | | withdrawal.setFlag(1); |
| | | withdrawal.setInsertTime(new Date()); |
| | | withdrawal.setMoney(money); |
| | | withdrawal.setName(userInfo.getPhoneOperator()); |
| | | withdrawal.setName(userInfo.getFirstName() + " " + userInfo.getLastName()); |
| | | withdrawal.setState(1); |
| | | withdrawal.setUserId(uid); |
| | | withdrawal.setUserType(1); |