{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"CorpBillidDatas":[
{
"CorpBillid": "YQBUG3090591194SZ"
}
]
}
curl --location --request POST 'http://yqbug.kingtrans.net/PostInterfaceService?method=printOrderInvoice' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"CorpBillidDatas":[
{
"CorpBillid": "YQBUG3090591194SZ"
}
]
}'
{
"statusCode": "string",
"url": "string",
"message": "string",
"notExistsCorpbillid": "string"
}