curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/monthlySettlement/v2/queryMonthlySettlementDetailList' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"monthlyBillId": "UpoZGy0qS62up1LXk2Dm520/nrE="
}'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": {
"detailList": [
{
"startPort": "营口",
"endPort": "花都巴江",
"businessDate": "2024-08-23 00:00:00",
"ship": "信顺海",
"voyage": "2417S",
"billNo": "ASMUFMC240519052",
"goods": "矿粉",
"boxNo": "XYLU1131362",
"boxType": "GP",
"customer": "深圳前海骏鹏供应链集团有限公司",
"clause": "CY/CY",
"currency": "人民币",
"totalNotWriteOffLocalAmount": 0,
"totalLocalAmount": 1690,
"totalWriteOffLocalAmount": 1690,
"totalJfAmount": 0,
"localAmount": 1690
},
{
"startPort": "奔达",
"endPort": "天津",
"businessDate": "2024-08-27 00:00:00",
"ship": "大宏99",
"voyage": "240807HP",
"billNo": "ATFSGPT240541360A",
"goods": "瓷砖",
"boxNo": "TELU2264093",
"boxType": "GP",
"customer": "深圳前海骏鹏供应链集团有限公司",
"clause": "CY/CY",
"currency": "人民币",
"totalNotWriteOffLocalAmount": 0,
"totalLocalAmount": 0,
"totalWriteOffLocalAmount": 0,
"totalJfAmount": -100,
"localAmount": 100
}
],
"otherReceivablesList": []
},
"responseOk": true
}