{
"id": "string",
"dataName": "string",
"page": "string",
"size": "string"
}
curl --location --request POST '/resourceMap/getOverlapInfo.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"dataName": "string",
"page": "string",
"size": "string"
}'
{
"data": {
"cpage": 1,
"totalitem": 1,
"totalpage": 1,
"pagesize": 10,
"nextpage": 1,
"previouspage": 1,
"hasnextpage": false,
"hasprevioupage": false,
"hasfristpage": false,
"hasendpage": false,
"list": [
{
"areaname": "库家咀村",
"dataid": "297edff890337caa01903538e0070263",
"name": "资源620-2",
"deptcode": "2323312342424",
"type": 2,
"areacode": "421182103213",
"deptname": "库家咀村集体"
}
],
"map": null
},
"msg": "成功",
"code": 0,
"success": true
}