提交 f0499243 作者: 张小凤

Cooperations(add)

上级 77c48ca0
...@@ -54,7 +54,7 @@ public class PilotCertificationController extends BaseController { ...@@ -54,7 +54,7 @@ public class PilotCertificationController extends BaseController {
return certificationService.updatePilot(certificationVO, this.getUserLoginInfoFromRedis(request)); return certificationService.updatePilot(certificationVO, this.getUserLoginInfoFromRedis(request));
} }
@ApiOperation(value = "小程序——详情————飞手执照及能力认证") @ApiOperation(value = "小程序——列表————飞手执照及能力认证")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = PilotCertificationDTO.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = PilotCertificationDTO.class)})
@PostMapping("/detailPilot") @PostMapping("/detailPilot")
public ResultBody<PilotCertificationDTO> pilotList(HttpServletRequest request, public ResultBody<PilotCertificationDTO> pilotList(HttpServletRequest request,
...@@ -62,5 +62,5 @@ public class PilotCertificationController extends BaseController { ...@@ -62,5 +62,5 @@ public class PilotCertificationController extends BaseController {
return ResultBody.success(certificationService.pilotList(param, this.getUserLoginInfoFromRedis(request))); return ResultBody.success(certificationService.pilotList(param, this.getUserLoginInfoFromRedis(request)));
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论