@ccw-api/api
Preparing search index...
community-web/comment/page
getCommentReplies
Function getCommentReplies
getCommentReplies
<
T
extends
string
>
(
topicId
:
number
,
parentId
:
number
,
statuses
?:
(
"PUBLISHED"
|
"FOLDED"
)
[]
,
pageArgs_
?:
Partial
<
PageArgs
<
SortField
|
T
>
>
,
)
:
Promise
<
Res
>
根据topicId获取评论的回复
Type Parameters
T
extends
string
Parameters
topicId
:
number
话题id
parentId
:
number
父评论id
statuses
: (
"PUBLISHED"
|
"FOLDED"
)
[]
= ...
状态过滤
pageArgs_
:
Partial
<
PageArgs
<
SortField
|
T
>
>
= ...
分页参数
Returns
Promise
<
Res
>
评论分页结果
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
根据topicId获取评论的回复