curl --location --request GET 'https://api.itbug.shop/api/blog/tag/blogs' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk'
{
"state": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"title": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"category": {
"id": 0,
"name": "string",
"logo": "string",
"intro": "string",
"createTime": "2019-08-24T14:15:22Z"
},
"author": "string",
"thumbnail": "string",
"dateString": "string",
"tags": [
{
"id": 0,
"name": "string",
"blogs": [
{}
]
}
],
"aliasString": "string",
"html": "string",
"关联的博客": "string"
}
],
"page": {
"total": 0,
"currentPage": 0,
"pageSize": 0,
"maxPage": 0,
"hasPrevious": true,
"paged": true
}
},
"type": "Toast",
"redirectUrl": "/error?message=token失效&reDirectTo=/orderList",
"success": true
}