curl --location --request GET '/admin-api/charging/tlb-delivery-list/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"seqid": "10807",
"sn": "string",
"ln": "string",
"pcid": "9114",
"deliverStatus": 1,
"contact": "string",
"username": "芋艿",
"forwarderid": "2660",
"forwarder": "string",
"direction": "string",
"deliverDate": "2019-08-24T14:15:22Z",
"scanDate": "2019-08-24T14:15:22Z",
"userid": "18332",
"logindate": "2019-08-24T14:15:22Z",
"address": "string"
}
],
"total": 0
},
"msg": "string"
}