xiaofei 3 днів тому
батько
коміт
f3898e6447

+ 8 - 2
distributed-print/src/test/java/com/qmth/distributed/print/AiMarkTest.java

@@ -76,8 +76,14 @@ public class AiMarkTest {
 //        String subjectName = "马克思主义基本原理-北院/藏新";
 
         // 无法评卷考生
-        Long questionId = Long.parseLong("1934063467957837828");
-        Long studentId = Long.parseLong("665624496190783488");
+//        Long questionId = Long.parseLong("1934063467957837828");
+//        Long studentId = Long.parseLong("665624496190783488");
+//        String paperNumber = "27160011";
+//        String subjectName = "形势与政策(理论)";
+
+        // code=400, body={"code":400000,"error":"request parameter invalid"}
+        Long questionId = Long.parseLong("1934063467957837827");
+        Long studentId = Long.parseLong("665624448732233728");
         String paperNumber = "27160011";
         String subjectName = "形势与政策(理论)";
         List<MarkOcrStudentQuestion> markOcrStudentQuestions = markOcrStudentQuestionService.listByStudentIdAndQuestionId(studentId, questionId);