ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的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 ~~~