curl --location --request GET 'https://travel.daoziji.com/user/order/lineOrderB?orderNum=13766275917&status=634&startDate&endDate&pageNumber&pageSize' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251'
{
"msg": "操作成功",
"code": 200,
"data": {
"current": 1,
"pages": 1,
"records": [
{
"amountPayable": 0.01,
"contactName": "1111",
"createTime": "2024-05-08 14:34:05",
"id": 634,
"lineType": 3,
"orderNum": "100000202405081434078226T",
"orderStatus": 3,
"personCount": 110,
"proposalTel": "13147302090",
"refundStatus": "PROCESSING",
"status": 1,
"tel": "13766275917",
"userName": "08507"
},
{
"amountPayable": 0.02,
"contactName": "137****5917",
"createTime": "2024-03-22 18:00:24",
"id": 452,
"lineType": 0,
"orderNum": "100000202403221800233039T",
"orderStatus": 3,
"personCount": 0,
"proposalTel": "13766275917",
"refundStatus": "PROCESSING",
"status": 1,
"tel": "13766275917",
"userName": "颖"
}
],
"size": 10,
"total": 2
}
}