Browse Source

调整API

zhouj1203@hotmail.com 3 years ago
parent
commit
632da2ab4b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      TEAMModelOS/Controllers/Common/ExamController.cs

+ 7 - 0
TEAMModelOS/Controllers/Common/ExamController.cs

@@ -1988,5 +1988,12 @@ namespace TEAMModelOS.Controllers
             }
 
         }
+        //阅卷信息统计
+        [ProducesDefaultResponseType]
+        //[AuthToken(Roles = "Student")]
+        [HttpPost("analysis-scoring")]
+        public async Task<IActionResult> Analysis(JsonElement requert) { 
+            return null;
+        }
     }
 }