curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/settlementWriteOff/v2/submitWriteOff' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiptNoList": [
"ATSKD20241009000603",
"ATSKD20241008000457"
],
"serialNumberList": [],
"billNoList": [
"APTVQUJ240609889"
],
"boxNoList": []
}'
{
"state": "ok",
"code": 20000,
"msg": "已确认核销,预计5分钟后执行成功。",
"errorMsg": null,
"result": null,
"responseOk": true
}