gis地块 websocket测试 POST http://127.0.0.1:8900/api//gis/ground/getGround 响应参数 参数名 类型 描述 必填 res string 示例:0 必填 msg string 示例:操作成功! 必填 data array 数据列表 必填 id int 地块id 必填 measureNumAry Array 测绘编号 必填 groundName String 地块名称 可选 说明 / 示例 { "res": "0", "msg": "操作成功!", "data": [ { "id": 5824, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1002,XY1005" }, { "id": 5823, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1002,XY1005" }, { "id": 5822, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1002,XY1005,XY1004" }, { "id": 5821, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1001,XY1002" } ] }
{ "res": "0", "msg": "操作成功!", "data": [ { "id": 5824, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1002,XY1005" }, { "id": 5823, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1002,XY1005" }, { "id": 5822, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1002,XY1005,XY1004" }, { "id": 5821, "projectId": null, "groundNum": null, "groundName": null, "groundType": null, "groundTypeVal": null, "buildingCount": null, "buildingFamilyCount": null, "remark": null, "createTime": null, "familyCount": null, "actualBuildingArea": null, "actualBaseArea": null, "actualBattlegroundArea": null, "remouldArea": null, "protocolNum": "XY1001,XY1002" } ] }