curl --location 'https://api.qugongbao.com/gst-api/api/qgb/invoice/queryCanInvoiceOrder' \
--header 'Content-Type: application/json' \
--data '{
"custNo": "string"
}'{
"": [
{
"custNo": "string",
"spCode": "string",
"orderId": "string",
"projectId": "string",
"settleAmount": "string",
"amount": "string"
}
]
}