修改token转账费用
This commit is contained in:
parent
7b0c5d203d
commit
8fb2500443
@ -69,7 +69,7 @@ class AlchemyOutController extends BaseController {
|
||||
|
||||
/**
|
||||
* 向商户查询币价
|
||||
* TODO::
|
||||
* TODO:: calc networkFee
|
||||
*/
|
||||
@role(ROLE_ANON)
|
||||
@router('get /pay/out/alchemy/queryprice')
|
||||
@ -93,7 +93,7 @@ class AlchemyOutController extends BaseController {
|
||||
networkList: [
|
||||
{
|
||||
network: 'ETH',
|
||||
networkFee: '1.21',
|
||||
networkFee: '0.037',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user