ソースを参照

自主学习-学习空间-获取单个工具

11wqe1 1 ヶ月 前
コミット
c5d374e55e
1 ファイル変更14 行追加0 行削除
  1. 14 0
      pbl.js

+ 14 - 0
pbl.js

@@ -1770,6 +1770,20 @@ router.route("/selectstysconote").all((req, res, next) => {
     );
 });
 
+//  自主学习-学习空间-获取单个工具  yym
+router.route("/selectstysconoteone").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectstysconoteone",
+        json["uid"],
+        json["sid"],
+        json["typ"]
+    );
+});
+
+
 // 获取用户信息  yym
 router.route("/selectuserinfoyym").all((req, res, next) => {
     var json = queryString(req.url);