curl --location --request GET 'https://travel.daoziji.com/user/order/lineOrderList?tel=15521046743&status&pageNumber&pageSize' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251'
{
"msg": "操作成功",
"code": 200,
"data": {
"current": 1,
"pages": 1,
"records": [
{
"amountPayable": 0.01,
"distance": 1,
"id": 634,
"img": "https://hzdaoziji.oss-cn-hangzhou.aliyuncs.com/file347cbe62ca714a65825da3ac010117e7.jpg",
"lineType": 3,
"orderNum": "100000202405081434078226T",
"orderStatus": 1,
"payCount": 11,
"proposalName": "测试线路下单",
"scenicCount": 11,
"taskCount": 11
}
],
"size": 10,
"total": 1
}
}