This commit is contained in:
aozhiwei 2023-08-07 11:22:50 +08:00
parent 4abbec915e
commit e70716d196

View File

@ -28,7 +28,7 @@ class Mall(object):
'url': 'webapp/index.php?c=Mall&a=sell',
'params': [
_common.ReqHead(),
['item_id', '', '道具id,'],
['item_id', '', '道具id,目前只能卖CEG'],
['amount', '', '出售数量'],
['currency', '', "选用币种 目前只支持CEG USDC USDT"],
['price', '', '出售价格'],