sun-pc-linux 8 月之前
父节点
当前提交
a0a0bf05da
共有 1 个文件被更改,包括 7 次插入9 次删除
  1. 7 9
      src/api/api.http

+ 7 - 9
src/api/api.http

@@ -28,15 +28,13 @@ Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjI4MjU4O
 
 
 {
-	"userId": "xxx",
-	"examRecord": [
-		{"titlexxxx1":"正确"},
-		{"titlexxxx2":"错误"}
-	],
-	"totalScore": 93.5,
-	"correct": 18,
-	"mistake": 2,
-	"createTime": "2023-05-16T01:57:52.017Z"
+    "examRecord": [
+        {"titlexxxx1":"正确"},
+        {"titlexxxx2":"错误"}
+    ],
+    "totalScore": 93.5,
+    "correct": 18,
+    "mistake": 2
 }
 
 ###