Explorar o código

获取ai6Ai探究首页课程

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

+ 7 - 0
pbl.js

@@ -6505,6 +6505,13 @@ router.route("/updateinst").all((req, res, next) => {
     postmysql(req, res, "updateinst");
     //uid 用户id t标题 c内容
 });
+
+//获取ai6Ai探究首页课程
+router.route('/getAIcourseType').all((req,res,next)=>{
+	var json = queryString(req.url);
+	getmysql(req, res, "getAIcourseType",json["con"]);
+})
+
 //删除社区
 router.route("/delCommunity").all((req, res, next) => {
     postmysql(req, res, "delCommunity");