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