This commit is contained in:
aozhiwei 2024-06-29 16:24:31 +08:00
parent 7e8b5a2276
commit 91bfa101b0
2 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ class AAMarket(object):
['type', '', '0:全部 1:买进 2卖出'],
['page_size', 0, '每页大小'],
['cursor', '', '游标 第一页传空'],
['search_name', '', 'nft名字 空(所有)'],
],
'response': [
_common.RspHead(),

View File

@ -1759,6 +1759,7 @@ class NftInfo(object):
['item_id', 0, '道具id'],
['type', '', 'nft类型 1:英雄 11:金砖'],
['image', '', 'nft图片地址'],
['on_sale', 0, '是否出售中'],
['detail', Union([
[NftHeroDetailNew(), '英雄'],
[NftGoldBullionDetail(), '英雄'],