fix: pk comment
This commit is contained in:
@@ -82,3 +82,15 @@ export function reviewTopic(data) {
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 审核日志列表
|
||||
* @param { pageNo, pageSize, topicId?, itemId?, userId? }
|
||||
*/
|
||||
export function getReviewLogList(data) {
|
||||
return request({
|
||||
url: 'management/api/rating/topicItemOperate/pending/history',
|
||||
method: 'get',
|
||||
params: data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user