|
@@ -207,7 +207,7 @@ public class StudentOuterServiceProvider extends ControllerSupport implements St
|
|
|
return resq;
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "更新密码", tags = "更新密码", httpMethod = "POST")
|
|
|
+ @ApiOperation(value = "更新密码", httpMethod = "POST")
|
|
|
@ApiResponses({
|
|
|
@ApiResponse(code = 200, message = "成功", response = OuterUpdatePasswordResp.class),
|
|
|
@ApiResponse(code = 500, message = "系统异常(异常信息见响应体)", response = StatusResponse.class)})
|
|
@@ -231,7 +231,7 @@ public class StudentOuterServiceProvider extends ControllerSupport implements St
|
|
|
return resp;
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "更新学生状态", tags = "更新学生状态", httpMethod = "POST")
|
|
|
+ @ApiOperation(value = "更新学生状态", httpMethod = "POST")
|
|
|
@ApiResponses({
|
|
|
@ApiResponse(code = 200, message = "成功", response = OuterUpdateStudentStatusResp.class),
|
|
|
@ApiResponse(code = 500, message = "系统异常(异常信息见响应体)", response = StatusResponse.class)})
|