This commit is contained in:
hujiabin 2022-09-08 16:41:30 +08:00
parent 957b1e1d64
commit d49e7e9e48

View File

@ -85,8 +85,8 @@ class Gun(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['old_gun', _common.Hero(), '枪械-老'], ['old_gun', _common.Gun(), '枪械-老'],
['new_gun', _common.Hero(), '枪械-新'], ['new_gun', _common.Gun(), '枪械-新'],
['cost', _common.Cost(), '所需费用'], ['cost', _common.Cost(), '所需费用'],
] ]
}, },
@ -118,8 +118,8 @@ class Gun(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['old_gun', _common.Hero(), '枪械-老'], ['old_gun', _common.Gun(), '枪械-老'],
['new_gun', _common.Hero(), '枪械-新'], ['new_gun', _common.Gun(), '枪械-新'],
['cost', _common.Cost(), '所需费用'], ['cost', _common.Cost(), '所需费用'],
] ]
}, },