1
This commit is contained in:
parent
7e8b5a2276
commit
91bfa101b0
@ -102,6 +102,7 @@ class AAMarket(object):
|
||||
['type', '', '0:全部 1:买进 2:卖出'],
|
||||
['page_size', 0, '每页大小'],
|
||||
['cursor', '', '游标 第一页传空'],
|
||||
['search_name', '', 'nft名字 空(所有)'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
@ -1759,6 +1759,7 @@ class NftInfo(object):
|
||||
['item_id', 0, '道具id'],
|
||||
['type', '', 'nft类型 1:英雄 11:金砖'],
|
||||
['image', '', 'nft图片地址'],
|
||||
['on_sale', 0, '是否出售中'],
|
||||
['detail', Union([
|
||||
[NftHeroDetailNew(), '英雄'],
|
||||
[NftGoldBullionDetail(), '英雄'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user