From 9e7ab88d1492497faf538a82d63f68580423fb66 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Nov 2021 15:10:22 +0800 Subject: [PATCH] 1 --- doc/User.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(),