curl --location --request GET '/articles'{
"flag": true,
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"articleCover": "string",
"articleTitle": "string",
"articleContent": "string",
"createTime": "2019-08-24T14:15:22Z",
"isTop": 0,
"type": 0,
"categoryId": 0,
"categoryName": "string",
"tagDTOList": [
{
"id": 0,
"tagName": "string"
}
]
}
]
}