{
"billNumber": "string",
"blNo": "string",
"pointState": "string",
"freeze": "string",
"type": "150",
"bookingDateType": "1",
"bookingStartTime": "string",
"bookingEndTime": "string",
"incomeDateType": "1",
"incomeStartTime": "string",
"incomeEndTime": "string",
"subsidiaryCompany": "string"
}
curl --location --request POST 'http://222.79.247.164:8081/api/points/pointsIncomeRecordList?page=1&pagesize=5' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"billNumber": "string",
"blNo": "string",
"pointState": "string",
"freeze": "string",
"type": "150",
"bookingDateType": "1",
"bookingStartTime": "string",
"bookingEndTime": "string",
"incomeDateType": "1",
"incomeStartTime": "string",
"incomeEndTime": "string",
"subsidiaryCompany": "string"
}'
{
"status_code": 200,
"data": {
"pageNum": 1,
"pageSize": 1,
"size": 1,
"startRow": 1,
"endRow": 1,
"total": 15615,
"pages": 15615,
"list": [
{
"billNumber": "AT2021115779998",
"blNo": "ADAIWUO210697349",
"boxNumber": "FBIU0008416",
"startPort": "大连大窑湾",
"endPort": "梧州",
"points": 58,
"noExchangePoints": 38,
"freezingPoints": null,
"currentMonthExpiration": 38,
"bookingAccount": "gzylthlwkjyxgs",
"customerName": "广州一链通互联网科技有限公司",
"bookingTime": "2021-11-11",
"incomeTime": "2021-12-08",
"expirationTime": "2022-11-30"
}
],
"prePage": 0,
"nextPage": 2,
"isFirstPage": true,
"isLastPage": false,
"hasPreviousPage": false,
"hasNextPage": true,
"navigatePages": 8,
"navigatepageNums": [
1,
2,
3,
4,
5,
6,
7,
8
],
"navigateFirstPage": 1,
"navigateLastPage": 8
},
"state": "ok"
}