Browse Source

智能表单ai评价接口

11wqe1 4 tuần trước cách đây
mục cha
commit
8d70dd5872
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      pbl.js

+ 10 - 0
pbl.js

@@ -8377,6 +8377,16 @@ router.route("/getTestWorksNoPageCopy2").all((req, res, next) => {
     postmysql(req, res, "getTestWorksNoPageCopy2");
 });
 
+//评测中心-智能表单ai评分
+router.route("/addtestAiSco").all((req, res, next) => {
+    postmysql(req, res, "addtestAiSco");
+});
+
+//评测中心-获取智能表单ai评分
+router.route("/getTestAiSco").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "getTestAiSco", json["tid"]);
+});
 
 //评测中心-获取评测提交详情
 router.route("/getTestWorksPage2").all((req, res, next) => {