1
This commit is contained in:
parent
2b2ab7f579
commit
78b5f6138a
@ -99,11 +99,12 @@ class Chip(object):
|
|||||||
'url': 'webapp/index.php?c=Chip&a=aKeyInlayChip',
|
'url': 'webapp/index.php?c=Chip&a=aKeyInlayChip',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['hero_id', '', '英雄idx'],
|
['type', '', '1 英雄;2 枪械'],
|
||||||
|
['unique_id', '', '英雄或枪械的唯一id'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['!data', [_common.Hero()], '英雄加成信息']
|
['!data', [_common.Hero()], '英雄或枪械加成信息,用英雄举例']
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
'name': 'beforeSynthetic',
|
'name': 'beforeSynthetic',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user