mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
收藏的回答
This commit is contained in:
@@ -103,6 +103,16 @@ const isNoFavorite=function(date){
|
||||
return ajax.postJson('/xboe/m/favorite/isNoFavorite',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 我收藏的回答
|
||||
* pageIndex 页数
|
||||
* pageSize 条数
|
||||
* keyword 关键词
|
||||
* */
|
||||
const findAnswerPage=function(data){
|
||||
return ajax.post('/xboe/m/favorite/favorite-answer',data);
|
||||
}
|
||||
|
||||
export default{
|
||||
has,
|
||||
remove,
|
||||
@@ -115,5 +125,6 @@ export default{
|
||||
coursePageList,
|
||||
findAll,
|
||||
queryAll,
|
||||
isNoFavorite
|
||||
isNoFavorite,
|
||||
findAnswerPage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user