curl --location --request GET '/ent/task_comment' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "ok",
"status": 200,
"data": {
"list": [
{
"id": 1,
"task_id": 1,
"pid": 0,
"reply_uid": 0,
"uid": 4,
"describe": "一号项目1.0版本 的评论描述",
"created_at": "2024-03-19 14:53:02",
"updated_at": "2024-03-19 15:13:48",
"member": {
"id": 4,
"name": "许荣耀",
"avatar": "https://crmebent.oss-cn-hangzhou.aliyuncs.com/2022/11/2/3296a202211020945382926.jpeg"
},
"reply_member": null,
"children": [
{
"id": 2,
"task_id": 1,
"pid": 1,
"reply_uid": 0,
"uid": 4,
"describe": "aliqua in irure et officia",
"created_at": "2024-03-19 15:27:31",
"updated_at": "2024-03-19 15:36:53",
"member": {
"id": 4,
"name": "许荣耀",
"avatar": "https://crmebent.oss-cn-hangzhou.aliyuncs.com/2022/11/2/3296a202211020945382926.jpeg"
},
"reply_member": null
}
]
}
],
"total_count": 2
},
"tips": 1
}