create

构造 评论/回复 请求。

Parameters

body

请求体


fun create(channelId: String, threadId: String, content: String, replyId: String? = null): ReplyThreadApi(source)

构造 评论/回复 请求。

Parameters

channelId

频道 id

threadId

帖子 id

content

文本内容

replyId

回复的post_id,如果是评论主楼则不传,回复其它楼和楼中楼则必传