|
@@ -310,7 +310,7 @@ async function faceCompareSync(
|
|
try {
|
|
try {
|
|
logger({ cnl: ["server"], act: "同步比对开始" });
|
|
logger({ cnl: ["server"], act: "同步比对开始" });
|
|
const res = await httpApp.post(
|
|
const res = await httpApp.post(
|
|
- "/api/ecs_oe_student_face/examCaptureQueue/compareFaceSync?signIdentifier=" +
|
|
|
|
|
|
+ "/api/ecs_oe_student/examCaptureQueue/compareFaceSync?signIdentifier=" +
|
|
signIdentifier +
|
|
signIdentifier +
|
|
"&fileUrl=" +
|
|
"&fileUrl=" +
|
|
encodeURIComponent(captureFilePath)
|
|
encodeURIComponent(captureFilePath)
|
|
@@ -515,7 +515,7 @@ async function faceCompare(
|
|
},
|
|
},
|
|
});
|
|
});
|
|
const res = await httpApp.post(
|
|
const res = await httpApp.post(
|
|
- "/api/ecs_oe_student_face/examCaptureQueue/uploadExamCapture",
|
|
|
|
|
|
+ "/api/ecs_oe_student/examCaptureQueue/uploadExamCapture",
|
|
body
|
|
body
|
|
);
|
|
);
|
|
|
|
|