diff --git a/doc/User.py b/doc/User.py index bdaf6103..c1b17bac 100644 --- a/doc/User.py +++ b/doc/User.py @@ -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(),