lideyin 5 жил өмнө
parent
commit
498de51a15

+ 2 - 2
examcloud-core-oe-student-api-provider/src/main/java/cn/com/qmth/examcloud/core/oe/student/controller/ExamControlController.java

@@ -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", "查询条件不允许为空");
         }