gongfuzhu 11 tháng trước cách đây
mục cha
commit
efd362892d

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/QiuXiangController.java

@@ -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")));
     }