curl --location --request GET 'http://geek.itheima.net/v1_0/comments?type=a&source=8175'
{
"data": {
"total_count": 0,
"end_id": null,
"last_id": null,
"results": [
{
"com_id": "10002",
"aut_id": "1111",
"aut_name": "黑马先锋",
"aut_photo": "http://xxxx.png",
"like_count": "10",
"reply_count": "0",
"pubdate": "2019-05-01",
"content": "评论的内容",
"is_liking": false
}
]
},
"message": "OK"
}