curl --location --request GET 'https://api.itbug.shop/api/public/friend/all' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk'
{
"state": 0,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"url": "string",
"intro": "string",
"logo": "string",
"state": 0,
"createDate": "2019-08-24T14:15:22Z",
"email": "string"
}
],
"type": "Toast",
"redirectUrl": "/error?message=token失效&reDirectTo=/orderList",
"success": true
}