This commit is contained in:
aozhiwei 2024-08-08 14:15:27 +08:00
parent b9d6d31874
commit 40a9933e42

View File

@ -7,7 +7,7 @@ class BlockChain(object):
def __init__(self): def __init__(self):
self.apis = [ self.apis = [
{ {
'name': 'getTransactionList', 'name': 'getTransactionList((废弃))',
'desc': '获取列交易列表', 'desc': '获取列交易列表',
'group': 'BlockChain', 'group': 'BlockChain',
'url': 'webapp/index.php?c=BlockChain&a=getTransactionList', 'url': 'webapp/index.php?c=BlockChain&a=getTransactionList',
@ -19,7 +19,7 @@ class BlockChain(object):
] ]
}, },
{ {
'name': 'getTransactionInfo', 'name': 'getTransactionInfo(废弃)',
'desc': '查看链交易状态', 'desc': '查看链交易状态',
'group': 'BlockChain', 'group': 'BlockChain',
'url': 'webapp/index.php?c=BlockChain&a=getTransactionInfo', 'url': 'webapp/index.php?c=BlockChain&a=getTransactionInfo',
@ -32,7 +32,7 @@ class BlockChain(object):
] ]
}, },
{ {
'name': 'reportResult', 'name': 'reportResult((废弃))',
'desc': '上报链调用结果', 'desc': '上报链调用结果',
'group': 'BlockChain', 'group': 'BlockChain',
'url': 'webapp/index.php?c=BlockChain&a=reportResult', 'url': 'webapp/index.php?c=BlockChain&a=reportResult',
@ -45,7 +45,7 @@ class BlockChain(object):
] ]
}, },
{ {
'name': 'getJumpInfo', 'name': 'getJumpInfo((废弃))',
'desc': '获取跳转信息', 'desc': '获取跳转信息',
'group': 'BlockChain', 'group': 'BlockChain',
'url': 'webapp/index.php?c=BlockChain&a=getJumpInfo', 'url': 'webapp/index.php?c=BlockChain&a=getJumpInfo',