|
@@ -1770,6 +1770,17 @@ router.route("/selectstysconote").all((req, res, next) => {
|
|
|
);
|
|
);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+// 获取用户信息 yym
|
|
|
|
|
+router.route("/selectuserinfoyym").all((req, res, next) => {
|
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
|
+ getmysql(
|
|
|
|
|
+ req,
|
|
|
|
|
+ res,
|
|
|
|
|
+ "selectuserinfoyym",
|
|
|
|
|
+ json["uid"]
|
|
|
|
|
+ );
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
// 自主学习-学习空间-删除工具 yym
|
|
// 自主学习-学习空间-删除工具 yym
|
|
|
router.route("/delstysconote").all((req, res, next) => {
|
|
router.route("/delstysconote").all((req, res, next) => {
|
|
|
postmysql(req, res, "delstysconote");
|
|
postmysql(req, res, "delstysconote");
|