소스 검색

3.4.6 20250618 test

xiaofei 3 일 전
부모
커밋
f3898e6447
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      distributed-print/src/test/java/com/qmth/distributed/print/AiMarkTest.java

+ 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);