{
"pageNum": 1,
"pageSize": 20,
"screenType": "string",
"areaCode": "string",
"qrCodeName": "string",
"businessType": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/aggregateCode/downloadTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 20,
"screenType": "string",
"areaCode": "string",
"qrCodeName": "string",
"businessType": "string"
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": null
}