{
"code": 20000,
"data": {
"list": [
{
"avatar": "https://example.com/avatar.jpg",
"commenter_ip": "192.168.1.1",
"content": "很有见地的评论",
"created_at": "2024-01-01 00:00:00",
"device_info": "Chrome/Windows",
"dislike_count": 1,
"id": 1,
"is_pinned": false,
"is_selected": true,
"like_count": 10,
"parent_id": 1,
"post_id": 1,
"post_title": "技术分享帖",
"reply_to_avatar": "https://example.com/avatar2.jpg",
"reply_to_user_id": 2,
"reply_to_username": "targetuser",
"updated_at": "2024-01-01 00:00:00",
"user_id": 1,
"username": "testuser"
}
],
"page": 0,
"page_size": 0,
"total": 0
},
"err_code": "string",
"msg": null
}