|
@@ -64,7 +64,7 @@ public class QiuXiangController {
|
|
|
}
|
|
|
@ApiOperation("获取司机行驶轨迹")
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
- @RequestMapping(value = "driverLocation", method = RequestMethod.POST, consumes = {MediaType.APPLICATION_JSON_VALUE})
|
|
|
+ @RequestMapping(value = "driverLocationLog", method = RequestMethod.POST, consumes = {MediaType.APPLICATION_JSON_VALUE})
|
|
|
public ResultContent driverLocationLog(@RequestBody Map<String, String> orderRequest) {
|
|
|
return ResultContent.buildContent(qiuXiangApi.driverLocationLog(orderRequest.get("orderId")));
|
|
|
}
|