|
public void withdraw(Long userId, Integer type, BigDecimal amount) {
|
|
public void withdraw(Long userId, Integer type, BigDecimal amount) {
|
|
Long withdrawId = transferWithdrawService.createTransferWithdraw(userId, type, amount, 1, 0);
|
|
Long withdrawId = transferWithdrawService.createTransferWithdraw(userId, type, amount, 1, 0);
|