文档
测试

查询转发子评论总数

POST
http://123.56.190.192:9001/comments/findTransPondParentCommentsNum

请求参数

参数名
类型
描述
必填
transPondId
String
任务id
必填
parentId
String
父级id
必填

响应参数

参数名
类型
描述
必填
ResultInfo
必填
flag
boolean
正常为true,发生异常返回false
必填
code
int
200,成功 5001异常
必填
count
long
子评论总数
必填
message
String
信息描述
必填