curl --location --request GET 'https://travel.daoziji.com/user/proposalItinerary/findParty?itineraryId=414&pageNumber&pageSize&query' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251'
{
"msg": "操作成功",
"code": 200,
"data": {
"current": 1,
"pages": 1,
"records": [
{
"id": 1382,
"idCard": null,
"name": "13416472917",
"parentTel": null,
"role": 1,
"tel": "13416472917"
},
{
"id": 1634,
"idCard": null,
"name": "155****6743",
"parentTel": null,
"role": 2,
"tel": "15521046743"
}
],
"size": 10,
"total": 2
}
}