This commit is contained in:
aozhiwei 2021-11-29 15:10:22 +08:00
parent 9392309403
commit 9e7ab88d14

View File

@ -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(),