{
"imgId": "5219480136ac41648fd97dc852629241",
"imageName": "50SKD_022_057_100_02_39_202207_3000_00_ALLBand.tif",
"imgType": "Img"
}
curl --location --request POST 'http://gykj123.cn:9000/api/v1/imgRender/searchImage' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"imgId": "5219480136ac41648fd97dc852629241",
"imageName": "50SKD_022_057_100_02_39_202207_3000_00_ALLBand.tif",
"imgType": "Img"
}'
{
"timestamp": 1676889726719,
"datetime": "2023-02-20T18:42:06.721",
"code": 200,
"message": "成功",
"success": true,
"data": {
"bandCount": 4,
"hists": [
{
"band": 1,
"nodata": 32767,
"histMin": 116,
"histMax": 5203,
"histPixs": null
},
{
"band": 2,
"nodata": 32767,
"histMin": 364,
"histMax": 5915,
"histPixs": null
},
{
"band": 3,
"nodata": 32767,
"histMin": 281,
"histMax": 5921,
"histPixs": null
},
{
"band": 4,
"nodata": 32767,
"histMin": 65,
"histMax": 6729,
"histPixs": null
}
],
"imgDataType": 16
}
}