{
"request":"search",
"collectionName":"420281大冶市",
"rect":{
"xmin":38589551.9435897395,
"xmax":38595999.5351170525,
"ymin":3325611.7702327026,
"ymax":3332651.4875125242
},
"geoSRS":"EPSG:2362"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/search' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request":"search",
"collectionName":"420281大冶市",
"rect":{
"xmin":38589551.9435897395,
"xmax":38595999.5351170525,
"ymin":3325611.7702327026,
"ymax":3332651.4875125242
},
"geoSRS":"EPSG:2362"
}'
{
"result": {
"RasterName": [
{
"name": "4202812017GF2+BJ2+WV2+KS3DOM.img"
}
]
},
"resultcode": "success"
}