多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 获取地图 ~~~[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 ~~~