|
@@ -26,7 +26,7 @@ import io.swagger.annotations.ApiParam;
|
|
* @date 2018年7月2日
|
|
* @date 2018年7月2日
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
-@Api("考生服务")
|
|
|
|
|
|
+@Api(value = "考生服务")
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("${$rmp.cloud.exchange.outer}/examStudent")
|
|
@RequestMapping("${$rmp.cloud.exchange.outer}/examStudent")
|
|
public class ExamStudentOuterServiceProvider extends ControllerSupport
|
|
public class ExamStudentOuterServiceProvider extends ControllerSupport
|
|
@@ -38,7 +38,7 @@ public class ExamStudentOuterServiceProvider extends ControllerSupport
|
|
@Autowired
|
|
@Autowired
|
|
ExamStudentCloudService examStudentCloudService;
|
|
ExamStudentCloudService examStudentCloudService;
|
|
|
|
|
|
- @ApiOperation(value = "保存考生信息", response = OuterSaveExamStudentResp.class)
|
|
|
|
|
|
+ @ApiOperation(value = "保存考生信息", httpMethod = "POST", response = OuterSaveExamStudentResp.class)
|
|
@PostMapping("saveExamStudent")
|
|
@PostMapping("saveExamStudent")
|
|
@Override
|
|
@Override
|
|
public OuterSaveExamStudentResp saveExamStudent(
|
|
public OuterSaveExamStudentResp saveExamStudent(
|