删除函数:getUserEValueAndLevel

This commit is contained in:
weinan2087
2022-09-26 14:38:27 +08:00
parent 8701b35ba2
commit 32c17a4d45

View File

@@ -78,15 +78,6 @@ const userMedalLevelInfo = function(medalId) {
return ajax.get(baseURL,'/xboe/m/stat/medal/getUserMedalLevelInfo?medalId='+medalId);
}
/**
* 根据用户统计表查询用户经验值及对应的等级
* @author wn
* @param {String} aid 用户id必填
*/
const getUserEValueAndLevel = function(aid) {
return ajax.post(baseURL,'/xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);
}
/**
* 隐藏动态
* @author wn
@@ -147,7 +138,6 @@ export default {
userMedal,
userMedalConfig,
userMedalLevelInfo,
getUserEValueAndLevel,
dynamicHide,
exportUserCoinRecord,
getRanking,