|
|
|
@ -65,7 +65,7 @@ public class WithdrawAuditUserCommandController { |
|
|
|
|
|
|
|
@PostMapping("calculate/withdraw-service-fee") |
|
|
|
@ApiOperation("用户计算提现手续费") |
|
|
|
public UserCalculateWithdrawServiceFeeVo userCalculateWithdrawServiceFee(UserCalculateWithdrawServiceFeeDto dto) { |
|
|
|
return withdrawAuditApplicationService.calculateServiceFee(dto.getWithdrawAmount(),dto.getWithdrawType()); |
|
|
|
public UserCalculateWithdrawServiceFeeVo userCalculateWithdrawServiceFee(@RequestBody UserCalculateWithdrawServiceFeeDto dto) { |
|
|
|
return withdrawAuditApplicationService.calculateServiceFee(dto.getWithdrawAmount(), dto.getWithdrawType()); |
|
|
|
} |
|
|
|
} |