HTHT


select- 全查询

<h5>简要描述</h5> <ul> <li>全景图数据查询</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.15.34:8072/threedinf/panorama/all</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>返回示例</h5> <pre><code>{     "status": 200,     "msg": "success",     "data": [         {             "id": 23,             "organization": "11",             "fileUniqueCode": "[\"image/png\\\\df4e3bae124b4620a3f1624e4e3ae634.png\",\"image/png\\\\1b6e5f4cb7c54ef98b04277a65a25f1f.png\"]",             "rootPath": "F:\\data\\panorama\\",             "numbers": 33,             "leadership": "44",             "organizationDuty": "22",             "createdTime": "2022-06-23T06:53:18.925+00:00",             "spatialCoordinate": "POINT(103.10360615393066 32.50092807661771)",             "imgs": null         },         ......     ] }</code></pre> <h5>返回参数说明</h5> <ul> <li>图片显示 rootPath + fileUniqueCode,进行拼接成 rul,进行图片展示</li> </ul>

页面列表

ITEM_HTML