From a09829a2529fa051230133c7458ea1760e76ede6 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 22 Sep 2022 10:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95=EF=BC=88ge?= =?UTF-8?q?tUserEValueAndLevel=EF=BC=89=E5=A4=87=E6=B3=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/phase2/stat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/phase2/stat.js b/src/api/phase2/stat.js index 607599c8..f0dfefe6 100644 --- a/src/api/phase2/stat.js +++ b/src/api/phase2/stat.js @@ -89,7 +89,7 @@ const userMedalLevelInfo = function(medalId) { /** * 根据用户统计表查询用户经验值及对应的等级 * @author wn - * @param {String} medalId 勋章id(必填) + * @param {String} aid 用户id(必填) */ const getUserEValueAndLevel = function(aid) { return ajax.post(baseURL,'xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);