Эх сурвалжийг харах

又拍云 -> 阿里云OSS

Michael Wang 5 жил өмнө
parent
commit
58d286d375

+ 1 - 1
src/components/FaceRecognition/FaceRecognition.vue

@@ -431,7 +431,7 @@ export default {
         params.append("fileSuffix", "png");
         params.append("fileMd5", fileMd5);
         const res = await this.$http.get(
-          "/api/ecs_oe_student/examControl/getCapturePhotoUpYunSign?" + params
+          "/api/ecs_oe_student/examControl/getCapturePhotoYunSign?" + params
         );
 
         // console.log(res);

+ 1 - 1
src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

@@ -1017,7 +1017,7 @@ export default {
         params.append("fileSuffix", "png");
         params.append("fileMd5", fileMd5);
         const res = await this.$http.get(
-          "/api/ecs_oe_student/examControl/getCapturePhotoUpYunSign?" + params
+          "/api/ecs_oe_student/examControl/getCapturePhotoYunSign?" + params
         );
 
         let myFormData = new FormData();