Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-api

lsc 1 week ago
parent
commit
52caa35877
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -6512,6 +6512,12 @@ router.route('/getAIcourseType').all((req,res,next)=>{
 	getmysql(req, res, "getAIcourseType",json["con"]);
 })
 
+//获取ai6Ai探究首页课程
+router.route('/getCyTag').all((req,res,next)=>{
+	var json = queryString(req.url);
+	getmysql(req, res, "getCyTag",json["id"]);
+})
+
 //删除社区
 router.route("/delCommunity").all((req, res, next) => {
     postmysql(req, res, "delCommunity");