Browse Source

接口地址错误

zhangjie 2 years ago
parent
commit
ea8c1f1719
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/examwork-exam.js

+ 1 - 1
src/api/examwork-exam.js

@@ -130,7 +130,7 @@ export function reCalcExam(examId) {
 }
 export function syncCloudMarkExam(data) {
   return httpApp.post(
-    "/api/admin/exam/cloud_mark/score/sync?" + object2QueryString(data),
+    "/api/admin/examStudent/cloud_mark/score/sync?" + object2QueryString(data),
     {}
   );
 }