This commit is contained in:
aozhiwei 2022-10-31 19:18:09 +08:00
parent 9106c9100d
commit b7c49c9372

View File

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