This commit is contained in:
zhaofang
2022-09-19 19:11:22 +08:00
parent cff824f00e
commit 6581f07e2d
2 changed files with 18 additions and 14 deletions

View File

@@ -64,10 +64,21 @@ const userCoinList = function(aid,days) {
return ajax.get(baseURL,'/xboe/m/stat/medal/user-medal?aid='+aid);
}
/**
* 勋章信息
* 页面上不能修改,删除
*/
const userMedalConfig = function() {
return ajax.get(baseURL,'/xboe/m/stat/medalinfo/list');
}
export default {
sendEvent,
userTotal,
userDynamicList,
userCoinList,
userMedal
userMedal,
userMedalConfig
}