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); }