企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 我要预约 ~~~[api] post:/server/order/uploadLocation *int:id#订单ID *float:lat=3.14#经度 *float:lng=3.14#维度 <<< success { "code": 1, "msg": "定位上传成功" } <<< success { "code": 1, "msg": "上传成功,位置未变化" } <<< error { "code": 0, "msg": "15秒内只能上传一次定位" } <<< error { "code": 0, "msg": "仅处理中的订单可更新定位" } ~~~