From 447c515ed8eff15743ac10466cfd6a284fcb1612 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 23 Jul 2024 19:15:38 +0800 Subject: [PATCH] 1 --- doc/AAMarket.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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',