|
@@ -74,7 +74,7 @@ const clickBtn = () => {
|
|
|
}
|
|
|
withdrawRequest({
|
|
|
params: {
|
|
|
- "amountValue": withdraw_info.data.amount,
|
|
|
+ "amountValue": withdraw_info.data.input_amount,
|
|
|
"currencyCode": withdraw_info.currency_code,
|
|
|
"withdrawNetwork": withdraw_info.token_chain,
|
|
|
"withdrawReceiveAccount": withdraw_info.data.input_address
|