1
This commit is contained in:
parent
da0bcbc376
commit
9b9c1ae771
@ -31,6 +31,20 @@ class BlockChain(object):
|
||||
_common.RspHead(),
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'getJumpInfo',
|
||||
'desc': '获取跳转信息',
|
||||
'group': 'BlockChain',
|
||||
'url': 'webapp/index.php?c=BlockChain&a=getJumpInfo',
|
||||
'params': [
|
||||
['trans_id', '', '事务id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['action', 0, '动作 1:跳转英雄界面 '],
|
||||
['!params', [''], '参数列表'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'active721Nft',
|
||||
'desc': '激活721nft',
|
||||
|
@ -969,6 +969,7 @@ class NftTransaction(object):
|
||||
|
||||
def __init__(self):
|
||||
self.fields = [
|
||||
['trans_id', 0, 'trans_id'],
|
||||
['item_id', 0, '道具id'],
|
||||
['action', 0, '动作'],
|
||||
['time', 0, '时间'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user