|
@@ -48,7 +48,7 @@ import io.swagger.annotations.ApiResponses;
|
|
|
* @date 2018年9月4日
|
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
*/
|
|
|
-@Api("废弃接口")
|
|
|
+@Api(tags = "考生相关接口")
|
|
|
@RestController
|
|
|
@RequestMapping("/api/ecs_outlet/cug")
|
|
|
public class CugOuterServiceProvider extends ControllerSupport implements CugOuterService {
|
|
@@ -73,7 +73,7 @@ public class CugOuterServiceProvider extends ControllerSupport implements CugOut
|
|
|
@Autowired
|
|
|
SystemProperties systemConfig;
|
|
|
|
|
|
- @ApiOperation(value = "废弃接口,考生接入", httpMethod = "POST")
|
|
|
+ @ApiOperation(value = "考生接入(已废弃)", httpMethod = "POST")
|
|
|
@ApiResponses({
|
|
|
@ApiResponse(code = 200, message = "成功", response = SaveCugStudentAndExamStudentResp.class),
|
|
|
@ApiResponse(code = 500, message = "系统异常(异常信息见响应体)", response = StatusResponse.class)})
|