Authorization: Bearer ********************
{
"createBy": "string",
"datasourceId": 0,
"endTime": "2019-08-24T14:15:22Z",
"fileName": "string",
"id": 0,
"message": "string",
"queryStr": "string",
"queryType": "string",
"recordNum": 0,
"startTime": "2019-08-24T14:15:22Z",
"status": "string",
"tableName": "string",
"tableNameCn": "string"
}
curl --location --request POST '/datacenter/ConditionQuery/execExcel' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"datasourceId": 0,
"endTime": "2019-08-24T14:15:22Z",
"fileName": "string",
"id": 0,
"message": "string",
"queryStr": "string",
"queryType": "string",
"recordNum": 0,
"startTime": "2019-08-24T14:15:22Z",
"status": "string",
"tableName": "string",
"tableNameCn": "string"
}'
{
"property1": {},
"property2": {}
}