From 0b0ec027c07e8bc58ca390b81718044773fb3790 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 22 Sep 2022 10:53:30 +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=E8=B7=AF=E5=BE=84=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 f0dfefe6..7e5169ba 100644 --- a/src/api/phase2/stat.js +++ b/src/api/phase2/stat.js @@ -92,7 +92,7 @@ const userMedalLevelInfo = function(medalId) { * @param {String} aid 用户id(必填) */ const getUserEValueAndLevel = function(aid) { - return ajax.post(baseURL,'xboe/m/stat/user/getUserEValueAndLevel?aid='+aid); + return ajax.post(baseURL,'/xboe/m/stat/user/getUserEValueAndLevel?aid='+aid); }