{
"orderList": [
"2025022800012",
"2025022800013"
]
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/invoice/tax/download-by-order' \
--header 'appId;' \
--header 'appId;' \
--header 'appSign;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderList": [
"2025022800012",
"2025022800013"
]
}'{
"code": 0,
"message": "成功",
"context": [
{
"orderNo": "2025022800012",
"fileUrl": "https://cos.mycompany.com/files/2025/02/28/receipt_2025022800012.pdf",
"taxStatus": "1"
},
{
"orderNo": "2025022800013",
"fileUrl": "https://cos.mycompany.com/files/2025/02/28/receipt_2025022800012.pdf",
"taxStatus": "1"
}
],
"traceId": "67e67c679247d31bda724a04c04d8c97",
"spanId": "ca83779156e434f8"
}