lsc 2 years ago
parent
commit
ea671fe906
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -273,6 +273,11 @@ router.route('/selectStudentWorks').all((req, res, next) => {
     getmysql(req, res, "selectStudentWorks", json['uid'], json['cid'], json['s'], json['t']);
 });
 
+//实时课堂作业评价
+router.route('/updateStudentWork').all((req, res, next) => {
+    postmysql(req, res, "updateStudentWork");
+});
+
 //学习中心查询学生
 router.route('/selectWorksStudent').all((req, res, next) => {
     var json = queryString(req.url);