{
"file": "", // 铁路电子客票、航空运输电子客票行程单文件
}
curl --location --request POST 'https://api.baiwangjs.com/swgx-saas/swgx-api/interface/jxgl/eleBillRecognitionByFile' \
--header 'Date;' \
--header 'host;' \
--header 'x-htjs-nonce;' \
--header 'x-htjs-ua;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "", // 铁路电子客票、航空运输电子客票行程单文件
}'
{
"code": 0,
"success": true,
"message": "string",
"data": {
"voucherType": "string",
"jsonStr": "string"
}
}