🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 获取地图 ~~~[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 ~~~