1
This commit is contained in:
parent
9106c9100d
commit
b7c49c9372
@ -6,6 +6,17 @@ class BlockChain(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.apis = [
|
self.apis = [
|
||||||
|
{
|
||||||
|
'name': 'getTransactionList',
|
||||||
|
'desc': '获取列交易列表',
|
||||||
|
'group': 'BlockChain',
|
||||||
|
'url': 'webapp/index.php?c=BlockChain&a=getTransactionList',
|
||||||
|
'params': [
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name': 'active721Nft',
|
'name': 'active721Nft',
|
||||||
'desc': '激活721nft',
|
'desc': '激活721nft',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user