|
@@ -366,8 +366,8 @@ public class ExamControlController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "批量获取抓拍照片的又拍云签名")
|
|
|
- @GetMapping("/batchGetCapturePhotoUpYunSign")
|
|
|
- public BatchGetUpyunSignDomain batchGetCapturePhotoUpYunSign(BatchGetUpyunSignDomainQuery batchQuery) {
|
|
|
+ @PostMapping("/batchGetCapturePhotoUpYunSign")
|
|
|
+ public BatchGetUpyunSignDomain batchGetCapturePhotoUpYunSign(@RequestBody BatchGetUpyunSignDomainQuery batchQuery) {
|
|
|
if (batchQuery.getQueryList() == null || batchQuery.getQueryList().isEmpty()) {
|
|
|
throw new StatusException("200001", "查询条件不允许为空");
|
|
|
}
|