1
This commit is contained in:
parent
9392309403
commit
9e7ab88d14
@ -26,7 +26,8 @@ class User(object):
|
||||
'url': 'webapp/index.php?c=User&a=update',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['hero_id', 0, '更新上阵英雄id(可选参数,不传就不更新)']
|
||||
['hero_id', 0, '更新上阵英雄id(可选参数,不传就不更新)'],
|
||||
['first_fight', 0, '更新首次战斗(可选参数,不传就不更新)']
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user