Authorization: Bearer ********************
curl --location --request GET '/comment/child_comment/3'
{
"code": 0,
"data": {
"count": 0,
"rows": [
{
"id": 0,
"article_id": 0,
"parent_comment_id": 0,
"reply_comment_id": 0,
"from_user_id": 0,
"to_user_id": 0,
"content": "string",
"children_comment_total": 0,
"star_total": 0,
"ua": "string",
"ip": "string",
"ip_data": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}