|
|
@@ -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");
|