修改方法(getUserEValueAndLevel)路径。

This commit is contained in:
weinan2087
2022-09-22 10:53:30 +08:00
parent a09829a252
commit 0b0ec027c0

View File

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