Explorar o código

添加ai6课程说明

11wqe1 hai 2 semanas
pai
achega
fe6b1f9c4d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -6499,6 +6499,12 @@ router.route("/addCommunity").all((req, res, next) => {
     postmysql(req, res, "addCommunity");
     //uid 用户id t标题 c内容
 });
+
+//添加ai6课程说明
+router.route("/updateinst").all((req, res, next) => {
+    postmysql(req, res, "updateinst");
+    //uid 用户id t标题 c内容
+});
 //删除社区
 router.route("/delCommunity").all((req, res, next) => {
     postmysql(req, res, "delCommunity");