1
This commit is contained in:
parent
57c6ce8146
commit
447c515ed8
@ -317,6 +317,22 @@ class AAMarket(object):
|
|||||||
['contribution_point', 0, '贡献点'],
|
['contribution_point', 0, '贡献点'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'method': 'GET',
|
||||||
|
'name': '/api/activity/stacking/history/:account_address',
|
||||||
|
'desc': '质押活动-获取每日所得历史记录',
|
||||||
|
'group': '!AAMarket',
|
||||||
|
'url': '/api/activity/stacking/history/:account_address',
|
||||||
|
'params': [
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['!rows', [
|
||||||
|
['date', 0, '日期utc时间'],
|
||||||
|
['score', '', '分数'],
|
||||||
|
], '数据'],
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
'name': '/api/chain/txhash/:net_id/:txhash',
|
'name': '/api/chain/txhash/:net_id/:txhash',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user