feat: rank community recommendation feed
This commit is contained in:
@@ -30,6 +30,11 @@ export function communityPostSetRecommend(params: any) {
|
||||
return request.post({ url: '/community.communityPost/setRecommend', params })
|
||||
}
|
||||
|
||||
// 帖子推荐流排序
|
||||
export function communityPostSetSort(params: any) {
|
||||
return request.post({ url: '/community.communityPost/setSort', params })
|
||||
}
|
||||
|
||||
// 帖子设话题
|
||||
export function communityPostSetTopic(params: any) {
|
||||
return request.post({ url: '/community.communityPost/setTopic', params })
|
||||
|
||||
Reference in New Issue
Block a user