mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
调整用户统计数据,用户勋章
This commit is contained in:
@@ -126,7 +126,7 @@ const getRanking = function(queryData) {
|
||||
* @param {String} aid 用户的id
|
||||
*/
|
||||
const getUserStatTotalInfo = function(aid) {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/user/getUserStatTotalInfo?aid='+aid);
|
||||
return ajax.get(baseURL,'/xboe/m/stat/user/statinfo?aid='+aid);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user