提交 e65d927f 作者: 恶龙咆哮

飞手团队删除飞手

上级 adcd94f8
......@@ -185,10 +185,10 @@ public class PilotCertificationController extends BaseController {
return certificationService.selectCompanyInfoByPilotId(this.getUserLoginInfoFromRedis(request).getUserAccountId());
}
@ApiOperation(value = "后台-飞手团队踢")
@ApiOperation(value = "后台-飞手团队踢飞手")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)})
@GetMapping("/deletePilotFromTeam")
public ResultBody deletePilotFromTeam(@ApiParam(value = "把飞手踢出飞手团队", required = true) @RequestParam Integer pilotId) {
public ResultBody deletePilotFromTeam(@ApiParam(value = "飞手ID userAccountId", required = true) @RequestParam Integer pilotId) {
return certificationService.deletePilotFromTeam(pilotId);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论