{
"shopid": "string",
"gdid": "string",
"sheetids": [
"string"
],
"refsheetid": [
"string"
]
}
curl --location --request POST 'http://localhost:8507/icvs-bmm-rs/receipt/queryReceiptSumHis' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopid": "string",
"gdid": "string",
"sheetids": [
"string"
],
"refsheetid": [
"string"
]
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}