## 我要预约
~~~[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": "仅处理中的订单可更新定位"
}
~~~