diff --git a/doc/AAMarket.py b/doc/AAMarket.py index 4cb2d5a8..80be304d 100644 --- a/doc/AAMarket.py +++ b/doc/AAMarket.py @@ -317,6 +317,22 @@ class AAMarket(object): ['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', 'name': '/api/chain/txhash/:net_id/:txhash',