💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 保存用户经纬度 ~~~[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": "" } ~~~