curl --location --request GET 'https://travel.daoziji.com/user/plan/shop/queryShop?shopName=&type=&page=&size=&scenicId`=' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251'
{
"msg": "string",
"data": {
"countId": null,
"current": 0,
"maxLimit": null,
"optimizeCountSql": true,
"orders": [
"string"
],
"pages": 0,
"records": [
{
"XAxle": "string",
"YAxle": "string",
"businessTime": "string",
"contactNumber": "string",
"createTime": "string",
"cuisineStyle": "string",
"detailedAddress": "string",
"id": 0,
"scenicId": 0,
"shopHouses": null,
"shopImgList": [
"string"
],
"shopIntroduce": "string",
"shopName": "string",
"tag": "string",
"type": 0,
"updateTime": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"code": 0
}