{
"qhdm": "41",
"start_date": "2021-12-01",
"end_date": "2021-12-31"
}
curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-sentinel-l3a/api/v1/sentinel-l3-a-task/l1ccount' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"qhdm": "41",
"start_date": "2021-12-01",
"end_date": "2021-12-31"
}'
{
"timestamp": 1672994166451,
"datetime": "2023-01-06T16:36:06.451",
"code": 200,
"message": "成功",
"success": true,
"data": {
"download_state": null,
"esa_count": 36,
"local_count": 36
}
}