curl --location --request GET 'http://127.0.0.1:8090/admin/articles'
{ "flag": false, "code": 0, "message": "", "data": { "records": [ { "id": 0, "articleCover": "", "articleTitle": "", "createTime": "", "viewsCount": 0, "categoryName": "", "tagDTOs": [ { "id": 0, "tagName": "", "count": 0 } ], "isTop": 0, "isFeatured": 0, "isDelete": 0, "status": 0, "type": 0 } ], "count": 0 } }