This commit is contained in:
aozhiwei 2022-11-10 16:01:15 +08:00
parent da0bcbc376
commit 9b9c1ae771
2 changed files with 15 additions and 0 deletions

View File

@ -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',

View File

@ -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, '时间'],