This commit is contained in:
aozhiwei 2021-12-03 17:23:58 +08:00
parent ed7a86fd5d
commit da5ffd8e38

View File

@ -28,6 +28,9 @@ class Bag(object):
_common.ReqHead(),
['item_id', 0, '道具id'],
['item_num', 0, '道具数量'],
['param1', 0, '参数1(当使用的是改名卡时param1=新的角色名)'],
['param2', 0, '参数2(当使用的是改名卡时param2=签名)'],
['param3', 0, '参数3'],
],
'response': [
_common.RspHead(),