From b7c49c93726dd1527b864d152a8bef7a329522d2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 31 Oct 2022 19:18:09 +0800 Subject: [PATCH] 1 --- doc/BlockChain.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/BlockChain.py b/doc/BlockChain.py index 6c44fc9f..3738bab8 100644 --- a/doc/BlockChain.py +++ b/doc/BlockChain.py @@ -6,6 +6,17 @@ class BlockChain(object): def __init__(self): self.apis = [ + { + 'name': 'getTransactionList', + 'desc': '获取列交易列表', + 'group': 'BlockChain', + 'url': 'webapp/index.php?c=BlockChain&a=getTransactionList', + 'params': [ + ], + 'response': [ + _common.RspHead(), + ] + }, { 'name': 'active721Nft', 'desc': '激活721nft',