Commit bac06f8c authored by lisong's avatar lisong

更新

parent 6f873d3f
......@@ -870,7 +870,7 @@ public class RouteController extends AbstractBaseController {
}
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(value = "删除线路点", notes = "删除线路点")
@ApiOperation(value = "删除线路绑定点", notes = "删除线路绑定点")
@PostMapping(value = "/delRoutePoint", produces = "application/json;charset=UTF-8")
public CommonResponse delRoutePoint( @RequestParam("pointIds") List<Long> pointIds,
@RequestParam("routeId") String routeId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment