RestResponse
{
"code": 0,
"message": "string",
"messageKey": "string",
"timestamp": 0,
"data": {
"articleId": 0,
"title": "string",
"slug": "string",
"summary": "string",
"coverUrl": "string",
"content": "string",
"contentHtml": "string",
"categoryId": 0,
"categoryName": "string",
"tags": [
{
"id": 0,
"name": "string",
"slug": "string",
"description": "string"
}
],
"nickname": "string",
"avatar": "string",
"publishTime": "string",
"viewCount": 0,
"isTop": true,
"isFeatured": true
},
"requestId": "resolveRequestId()"
}