{
"multi": {
"test_polygon": {
"query": {
}
}
},
"defaultParams":{
"query":{}
}
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/data/multi-query?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"multi": {
"test_polygon": {
"query": {
}
}
},
"defaultParams":{
"query":{}
}
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"test_polygon": [
{
"_id": "1",
"createTime": "2025-09-12T02:41:22.577Z",
"isSync": "0",
"isSyncES": "0",
"isSyncPG": "0",
"geom": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
117.941851,
35.547573
],
[
117.76441,
35.658074
],
[
117.750271,
35.709814
],
[
117.634607,
35.709332
],
[
117.596915,
35.630463
],
[
117.582439,
35.554147
],
[
117.496253,
35.543029
],
[
117.428539,
35.458624
],
[
117.474756,
35.400959
],
[
117.478874,
35.314375
],
[
117.419219,
35.274003
],
[
117.609854,
35.128135
],
[
117.672526,
35.170475
],
[
117.69885,
35.272575
],
[
117.872582,
35.299261
],
[
117.873038,
35.350248
],
[
117.952951,
35.518741
],
[
117.941851,
35.547573
]
]
]
]
},
"tag": {
"name": "我是父数据",
"children": []
},
"address": "",
"ckey": "auto-test",
"__v": 0
}
]
}
}