소스 검색

获取教师创建的学习空间

11wqe1 4 일 전
부모
커밋
85ec9fea95
1개의 변경된 파일과 13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      pbl.js

+ 13 - 0
pbl.js

@@ -6883,6 +6883,19 @@ router.route("/getEvaluation").all((req, res, next) => {
     );
 });
 
+// 获取教师创建的学习空间 yym
+router.route("/getteacreateSpace").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "getteacreateSpace",
+        json["uid"],
+        json["oid"],
+        json["type"]
+    );
+});
+
 //添加学校 yym
 router.route("/insert_school3New").all((req, res, next) => {
     postmysql(req, res, "insert_school3New");