ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 保存用户经纬度 ~~~[api] post:http://localhost:8890/api/user/common/setPoint *token# *sign# *point_lng#精度值 *point_lat#维度 ``` { "token": "5e14351b59eb25bc52624eae6148a2710be4231d152795971f64de3aec46add1", "sign": "123123", "point_lng":"130", "point_lat":"35" } ``` <<< success { "code": 1, "msg": "", "data": "" } <<< error { "code": "4001", "msg": "获取信息失败,请重试", "data": "" } ~~~