curl --location 'http://localhost:1111/api/v1/blog/articles/list'{
"code": 0,
"message": "string",
"messageKey": "string",
"timestamp": 0,
"data": {
"records": [
{
"articleId": 0,
"title": "string",
"slug": "string",
"summary": "string",
"coverUrl": "string",
"categoryName": "string",
"tags": [
{
"id": 0,
"name": "string"
}
],
"authorName": "string",
"authorAvatar": "string",
"publishTime": "string",
"isTop": true,
"isFeatured": true,
"viewCount": 0
}
],
"total": 0,
"current": 0,
"size": 0,
"pages": 0
},
"requestId": "resolveRequestId()"
}