mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
增加函数:getUserStatTotalInfo
This commit is contained in:
@@ -129,6 +129,16 @@ const getRanking = function(queryData) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询统计用户经验值等级、累计学习时长、累计U币数量、累计经验值
|
||||||
|
* @author wn
|
||||||
|
* @param {String} aid 用户的id
|
||||||
|
*/
|
||||||
|
const getUserStatTotalInfo = function(aid) {
|
||||||
|
return ajax.get(baseURL,'/xboe/m/stat/user/getUserStatTotalInfo?aid='+aid);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
sendEvent,
|
sendEvent,
|
||||||
userTotal,
|
userTotal,
|
||||||
@@ -140,5 +150,6 @@ export default {
|
|||||||
getUserEValueAndLevel,
|
getUserEValueAndLevel,
|
||||||
dynamicHide,
|
dynamicHide,
|
||||||
exportUserCoinRecord,
|
exportUserCoinRecord,
|
||||||
getRanking
|
getRanking,
|
||||||
|
getUserStatTotalInfo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user