企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 获取地图 ~~~[api] get:/vrmap <<< success { "status": true, "resdata": [ { "id": 1, "title": "路线1 校门->图书馆", "url": "https://icu.wangxuefeng.com.cn/vr/ICU20180101/ICUVR20180101.html", "img": "static/img/line1.png" } ] } <<< error { "status": false, "title": "暂无数据" } ~~~ # 更新`viewcount` ~~~[api] post:/vrmap/post/view *string:id=1#vrmapID <<< nodata nodata ~~~