|
@@ -48,7 +48,7 @@ import io.swagger.annotations.ApiResponses;
|
|
* @date 2018年9月4日
|
|
* @date 2018年9月4日
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
-@Api("石油大学接口")
|
|
|
|
|
|
+@Api("废弃接口")
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("${$rmp.cloud.exchange.outer}/cug")
|
|
@RequestMapping("${$rmp.cloud.exchange.outer}/cug")
|
|
public class CugOuterServiceProvider extends ControllerSupport implements CugOuterService {
|
|
public class CugOuterServiceProvider extends ControllerSupport implements CugOuterService {
|
|
@@ -73,7 +73,7 @@ public class CugOuterServiceProvider extends ControllerSupport implements CugOut
|
|
@Value("${$tempDir}")
|
|
@Value("${$tempDir}")
|
|
private String tempDir;
|
|
private String tempDir;
|
|
|
|
|
|
- @ApiOperation(value = "地址大学考生接入", httpMethod = "POST")
|
|
|
|
|
|
+ @ApiOperation(value = "废弃接口,考生接入", httpMethod = "POST")
|
|
@ApiResponses({
|
|
@ApiResponses({
|
|
@ApiResponse(code = 200, message = "成功", response = SaveCugStudentAndExamStudentResp.class),
|
|
@ApiResponse(code = 200, message = "成功", response = SaveCugStudentAndExamStudentResp.class),
|
|
@ApiResponse(code = 500, message = "系统异常(异常信息见响应体)", response = StatusResponse.class)})
|
|
@ApiResponse(code = 500, message = "系统异常(异常信息见响应体)", response = StatusResponse.class)})
|