lsc 1 ngày trước cách đây
mục cha
commit
e1f9df5d3e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -9631,6 +9631,11 @@ router.route('/selectLearningStudent').all((req, res, next) => {
     getmysql(req, res, "selectLearningStudent", json['uid'], json['subject']);
 });
 
+//添加个性化学习中心llm
+router.route('/add_llm_learning').all((req, res, next) => {
+    postmysql(req, res, "add_llm_learning");
+});
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();