curl --location --request GET 'https://api.itbug.shop/api/blog/categorys?name=' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk'
{
"state": 0,
"message": "string",
"data": {
"totalElements": 0,
"totalPages": 0,
"pageable": {
"pageNumber": 0,
"pageSize": 0,
"offset": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"paged": true,
"unpaged": true
},
"size": 0,
"content": [
{
"id": 0,
"name": "string",
"logo": "string",
"intro": "string",
"createTime": "2019-08-24T14:15:22Z"
}
],
"number": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"numberOfElements": 0,
"first": true,
"last": true,
"empty": true
},
"type": "Toast",
"redirectUrl": "/error?message=token失效&reDirectTo=/orderList",
"success": true
}