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