curl --location --request GET 'https://travel.daoziji.com/user/proposalItinerary/personalTaskOption?proposalId=231' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251'
{
"msg": "操作成功",
"code": 200,
"data": {
"partyDtos": [
{
"count": 0,
"fees": null,
"id": 407,
"name": "吴",
"personCount": null,
"tel": null
}
],
"scenicDtos": [
{
"count": 0,
"fees": null,
"id": 66,
"name": "惠州市博物馆",
"personCount": null,
"tel": null
},
{
"count": 0,
"fees": null,
"id": 75,
"name": "李艺金钱龟生态园",
"personCount": null,
"tel": null
}
]
}
}