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',