{
"orderList": [
"2025041100000",
"2025041100001"
]
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/invoice/order-list' \
--header 'appId;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderList": [
"2025041100000",
"2025041100001"
]
}'{
"code": 0,
"message": "成功",
"context": [
{
"orderNo": "2025041100000",
"dutyId": 1512264856898,
"idNo": "412823197606148801",
"name": "张三",
"phone": "13952214754",
"bankCard": "5105014300000000",
"invoiceAmount": 400,
"status": "2",
"errorMessage": "null"
},
{
"orderNo": "2025041100001",
"dutyId": 1512264856898,
"idNo": "412823197606148802",
"name": "李四",
"phone": "13952214754",
"bankCard": "5105014300000000",
"invoiceAmount": 500,
"status": "2",
"errorMessage": "null"
}
],
"traceId": "67e67c679247d31bda724a04c04d8c97",
"spanId": "ca83779156e434f8"
}