1
This commit is contained in:
parent
b7c49c9372
commit
2a741eadfc
@ -15,6 +15,7 @@ class BlockChain(object):
|
|||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
|
['!transactions', [_common.NftTransaction()], '交易列表']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -926,3 +926,13 @@ class BattleHistory(object):
|
|||||||
['pve_instance_id', 0, 'pve副本难度id'],
|
['pve_instance_id', 0, 'pve副本难度id'],
|
||||||
['pve_instance_mode', 0, 'pve副本mode'],
|
['pve_instance_mode', 0, 'pve副本mode'],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
class NftTransaction(object):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
self.fields = [
|
||||||
|
['old_rank', 0, '战斗前段位'],
|
||||||
|
['old_score', 0, '战斗前排位分'],
|
||||||
|
['new_rank', 0, '战斗后段位'],
|
||||||
|
['new_score', 0, '战斗后排位分'],
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user