{
"qhdm": "41",
"yearmonth": "202001",
"period": "3000",
"startdate": "2022-01-01",
"enddate": "2022-02-01",
"localcount": 407,
"esacount": 407
}
curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-sentinel-l3a/api/v1/sentinel-l3-a-task/udpateImageTime' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"qhdm": "41",
"yearmonth": "202001",
"period": "3000",
"startdate": "2022-01-01",
"enddate": "2022-02-01",
"localcount": 407,
"esacount": 407
}'
{
"timestamp": 1672886919207,
"datetime": "2023-01-05T10:48:39.207",
"code": 1,
"message": "成功",
"success": true
}