Explorar el Código

获取多个项目基本信息

zengyicheng hace 2 años
padre
commit
2888f75ce3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -2590,6 +2590,12 @@ router.route('/getCourseInfo').all((req, res, next) => {
     getmysql(req, res, "getCourseInfo", json['cid']);
 });
 
+//获取多个项目基本信息
+router.route('/getCourseInfoMore').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "getCourseInfoMore", json['cid']);
+});
+
 //获取用户基本信息
 router.route('/getAllUserById').all((req, res, next) => {
     var json = queryString(req.url);