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