@ccw-api/api
Preparing search index...
community-web/comment/page_by_topic
getCommentsByTopic
Function getCommentsByTopic
getCommentsByTopic
<
T
extends
string
>
(
subjectOid
:
string
,
subjectType
:
SubjectType
,
sectionType
:
SectionType
,
pageArgs_
?:
Partial
<
PageArgs
<
SortField
|
T
>
>
,
)
:
Promise
<
Res
>
根据主题获取评论列表
Type Parameters
T
extends
string
Parameters
subjectOid
:
string
主题oid
subjectType
:
SubjectType
主题类型 (如: "POST")
sectionType
:
SectionType
区块类型 (如: "COMMENT")
pageArgs_
:
Partial
<
PageArgs
<
SortField
|
T
>
>
= ...
分页参数
Returns
Promise
<
Res
>
评论分页结果
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
根据主题获取评论列表