1
This commit is contained in:
parent
b9d6d31874
commit
40a9933e42
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user