curl --location --request GET '/admin/tags'{
"flag": true,
"code": 0,
"message": "string",
"data": {
"count": 0,
"recordList": [
{
"id": 0,
"tagName": "string",
"articleCount": 0,
"createTime": "2019-08-24T14:15:22Z"
}
]
}
}