Browse Source

查询ai16平台 ai体验探究

11wqe1 2 weeks ago
parent
commit
dafe3ba13a
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pbl.js

+ 7 - 0
pbl.js

@@ -6677,6 +6677,13 @@ router.route("/selectSTEType").all(function(req, res, next) {
     getmysql(req, res, "selectSTEType", json['org'], json['oid']);
     getmysql(req, res, "selectSTEType", json['org'], json['oid']);
 });
 });
 
 
+//查询ai16平台 ai体验探究
+router.route("/selectAiExp").all(function(req, res, next) {
+    var json = queryString(req.url);
+    // console.log(json);
+    getmysql(req, res, "selectAiExp", json['cl']);
+});
+
 //查询口语分类
 //查询口语分类
 router.route("/select_englishVoiceType").all(function(req, res, next) {
 router.route("/select_englishVoiceType").all(function(req, res, next) {
     var json = queryString(req.url);
     var json = queryString(req.url);