1
This commit is contained in:
parent
957b1e1d64
commit
d49e7e9e48
@ -85,8 +85,8 @@ class Gun(object):
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['old_gun', _common.Hero(), '枪械-老'],
|
||||
['new_gun', _common.Hero(), '枪械-新'],
|
||||
['old_gun', _common.Gun(), '枪械-老'],
|
||||
['new_gun', _common.Gun(), '枪械-新'],
|
||||
['cost', _common.Cost(), '所需费用'],
|
||||
]
|
||||
},
|
||||
@ -118,8 +118,8 @@ class Gun(object):
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['old_gun', _common.Hero(), '枪械-老'],
|
||||
['new_gun', _common.Hero(), '枪械-新'],
|
||||
['old_gun', _common.Gun(), '枪械-老'],
|
||||
['new_gun', _common.Gun(), '枪械-新'],
|
||||
['cost', _common.Cost(), '所需费用'],
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user