{
"requestId": "39",
"businessSystemCode": "97",
"interfaceCode": "BILL.PREVIEW",
"data": {
"saveDate": 19930323,
"needPassword": "N",
"orgCode": "3",
"billNo": [
"dolor cillum consectetur irure ut",
"Ut dolore"
]
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=1617326422240529408_YGVCbl9K6s8XTrIE0J9rdaztYI5Nw9LqmCadaCx2kW9v5CLRGZwLetQjDShDRbi3LVxQQTH5e9v1v7h4ac4L2BUTF1n6ucvd1wM8' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "39",
"businessSystemCode": "97",
"interfaceCode": "BILL.PREVIEW",
"data": {
"saveDate": 19930323,
"needPassword": "N",
"orgCode": "3",
"billNo": [
"dolor cillum consectetur irure ut",
"Ut dolore"
]
}
}'
{
"errorCode": "0",
"message": "成功",
"data": []
}