mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
二次查询接口
This commit is contained in:
@@ -24,7 +24,8 @@ const remove=function (followId){
|
||||
* 我关注的人列表
|
||||
* @param{
|
||||
* pageIndex
|
||||
* pageSize
|
||||
* pageSize,
|
||||
* aid
|
||||
* }
|
||||
* */
|
||||
const page=function (query){
|
||||
@@ -35,7 +36,8 @@ const page=function (query){
|
||||
* 我关注的人列表
|
||||
* @param{
|
||||
* pageIndex
|
||||
* pageSize
|
||||
* pageSize,
|
||||
* aid
|
||||
* }
|
||||
* */
|
||||
const mypage=function (query){
|
||||
@@ -49,11 +51,23 @@ const ids=function (data){
|
||||
return ajax.postJson('/xboe/subgroup/m/userfollow/ids',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 被关注数
|
||||
* 关注数
|
||||
* @pram{
|
||||
* aid
|
||||
* }
|
||||
* */
|
||||
const counts=function (aid){
|
||||
return ajax.get('/xboe/subgroup/m/userfollow/counts?aid='+aid);
|
||||
}
|
||||
|
||||
export default {
|
||||
save,
|
||||
remove,
|
||||
page,
|
||||
mypage,
|
||||
ids
|
||||
ids,
|
||||
counts
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user