Browse Source

去除荔园随机码登录获取组织号

11wqe1 1 day ago
parent
commit
5cf83dfa70
1 changed files with 0 additions and 5 deletions
  1. 0 5
      pbl.js

+ 0 - 5
pbl.js

@@ -8112,11 +8112,6 @@ router.route("/getKanbanAIdata").all((req, res, next) => {
   postmysql(req, res, "getKanbanAIdata");
 });
 
-// 荔园随机码登录获取组织号
-router.route("/getliyuanCode").all((req, res, next) => {
-  postmysql(req, res, "getliyuanCode");
-});
-
 // 数据看板常规教学
 router.route("/getKanbanTeadata").all((req, res, next) => {
   postmysql(req, res, "getKanbanTeadata");