1
This commit is contained in:
parent
cac2a11948
commit
28539f4b1c
@ -18,7 +18,7 @@ class Mall(object):
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
_common.Pagination(),
|
||||
['!rows', [_common.NftIntro()], '商品列表']
|
||||
['!rows', [_common.MallGoods()], '商品列表']
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -1315,4 +1315,6 @@ class MallGoods(object):
|
||||
['goods_uuid', '', '商品唯一id'],
|
||||
['item_id', '', '商品道具id'],
|
||||
['item_num', '', '道具数量'],
|
||||
['currency', '', "选用币种 目前只支持CEG USDC USDT"],
|
||||
['price', '', '出售价格'],
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user