fix: pk comment

This commit is contained in:
zzc
2026-06-15 20:15:44 +08:00
parent a260b98725
commit 5f9a5aeae7
3 changed files with 216 additions and 0 deletions

View File

@@ -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,
})
}