mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
用户动态
This commit is contained in:
@@ -48,6 +48,20 @@ const userDynamicList = function(data) {
|
||||
return ajax.post(baseURL,'/xboe/m/stat/userdynamic/list',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户动态,分页查询
|
||||
*
|
||||
* @param {
|
||||
pageIndex,
|
||||
pageSize,
|
||||
contentType:'',内容类型
|
||||
aid 数组
|
||||
} data
|
||||
*/
|
||||
const userDynamicfollows = function(data) {
|
||||
return ajax.postJson(baseURL,'/xboe/m/stat/userdynamic/follows',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户全部勋章
|
||||
* @param {String} aid 用户的id
|
||||
@@ -131,6 +145,7 @@ const getRanking = function(queryData) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
sendEvent,
|
||||
userTotal,
|
||||
@@ -142,5 +157,6 @@ export default {
|
||||
dynamicHide,
|
||||
exportUserCoinRecord,
|
||||
getRanking,
|
||||
getUserStatTotalInfo
|
||||
getUserStatTotalInfo,
|
||||
userDynamicfollows
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user