lsc 3 weeks ago
parent
commit
32358f7699
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -9676,6 +9676,12 @@ router.route('/get_llm_work_student').all((req, res, next) => {
     getmysql(req, res, "get_llm_work_student", json['id'], json['class'], json['n']);
 });
 
+//修改当前使用导师
+router.route('/update_llm_nrole').all((req, res, next) => {
+    postmysql(req, res, "update_llm_nrole");
+});
+
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();