修改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)
|
@role(ROLE_ANON)
|
||||||
@router('get /pay/out/alchemy/queryprice')
|
@router('get /pay/out/alchemy/queryprice')
|
||||||
@ -93,7 +93,7 @@ class AlchemyOutController extends BaseController {
|
|||||||
networkList: [
|
networkList: [
|
||||||
{
|
{
|
||||||
network: 'ETH',
|
network: 'ETH',
|
||||||
networkFee: '1.21',
|
networkFee: '0.037',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user