From e4874ff3af0c59b6b9a1ee1ae39a332829253cd7 Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期四, 06 四月 2023 16:00:18 +0800 Subject: [PATCH] 名称调整 --- DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/api/DriverController.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/api/DriverController.java b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/api/DriverController.java index 187e82b..988b86a 100644 --- a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/api/DriverController.java +++ b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/api/DriverController.java @@ -365,7 +365,7 @@ @PostMapping("/api/driver/work") @ApiOperation(value = "司机上下班操作", tags = {"司机端-首页"}, notes = "") @ApiImplicitParams({ - @ApiImplicitParam(value = "上班的业务类型(1=专车,2=出租车,3=城际,4=小件物流-同城,5=小件物流-跨城)多个已逗号分隔", name = "type", required = false, dataType = "String"), + @ApiImplicitParam(value = "上班的业务类型(1=专车/快车,2=出租车,3=机场专线,4=景区直通车,5=公务出行)多个已逗号分隔", name = "type", required = false, dataType = "String"), @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....") }) public ResultUtil work(String type, HttpServletRequest request){ @@ -386,7 +386,7 @@ @PostMapping("/api/driver/work2") @ApiOperation(value = "司机上下班操作,同时设置接单类型", tags = {"司机端-车载端"}, notes = "") @ApiImplicitParams({ - @ApiImplicitParam(value = "上班的业务类型(1=专车,2=出租车,3=城际,4=小件物流-同城,5=小件物流-跨城)多个已逗号分隔", name = "type", required = false, dataType = "String"), + @ApiImplicitParam(value = "上班的业务类型(1=专车/快车,2=出租车,3=机场专线,4=景区直通车,5=公务出行)多个已逗号分隔", name = "type", required = false, dataType = "String"), @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....") }) public ResultUtil work2(String type, HttpServletRequest request){ @@ -627,7 +627,7 @@ @PostMapping("/api/driver/updateOrders") @ApiOperation(value = "设置接单规则", tags = {"司机端-个人中心"}, notes = "") @ApiImplicitParams({ - @ApiImplicitParam(value = "订单类型(1=专车,2=出租车,3=城际,4=小件物流-同城,5=小件物流-跨城)", name = "type", required = true, dataType = "int"), + @ApiImplicitParam(value = "订单类型(1=专车/快车,2=出租车,3=机场专线,4=景区直通车,5=公务出行)", name = "type", required = true, dataType = "int"), @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....") }) public ResultUtil updateOrders(Integer type, HttpServletRequest request){ -- Gitblit v1.7.1