token: ********************curl --location --request GET 'http://www.52plan.cn:9092/prod/web/blog-artical/listComment?id=1&size=10&page=1' \
--header 'token: <api-key>'{
"code": 0,
"msg": "请求成功",
"data": [
{
"id": 0,
"userId": 0,
"comment": "",
"createTime": "",
"articalId": 0,
"likeNum": 0
}
]
}