This commit is contained in:
aozhiwei 2023-08-07 11:09:56 +08:00
parent cac2a11948
commit 28539f4b1c
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Mall(object):
'response': [
_common.RspHead(),
_common.Pagination(),
['!rows', [_common.NftIntro()], '商品列表']
['!rows', [_common.MallGoods()], '商品列表']
]
},
{

View File

@ -1315,4 +1315,6 @@ class MallGoods(object):
['goods_uuid', '', '商品唯一id'],
['item_id', '', '商品道具id'],
['item_num', '', '道具数量'],
['currency', '', "选用币种 目前只支持CEG USDC USDT"],
['price', '', '出售价格'],
]