This commit is contained in:
aozhiwei 2023-08-07 10:14:59 +08:00
parent 8ab104b701
commit 9a6323e9d0

View File

@ -56,7 +56,7 @@ class Mall(object):
'params': [
_common.ReqHead(),
['goods_uuid', '', '商品唯一id'],
['price', '', '出售价格USDT'],
['price', '', '出售价格'],
],
'response': [
_common.RspHead()