diff --git a/doc/BlockChain.py b/doc/BlockChain.py index a5743870..bf9ab4d9 100644 --- a/doc/BlockChain.py +++ b/doc/BlockChain.py @@ -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',