This commit is contained in:
aozhiwei 2024-04-07 19:36:10 +08:00
parent 554b7a9e82
commit d26d140678

View File

@ -47,9 +47,7 @@ class InGameMall(object):
'url': 'webapp/index.php?c=InGameMall&a=buy',
'params': [
_common.ReqHead(),
['item_id', '', '道具id'],
['amount', '', '出售数量'],
['price', '', '出售价格'],
['order_id', '', '订单id'],
],
'response': [
_common.RspHead()