Explorar el Código

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

11wqe1 hace 4 días
padre
commit
37102448b6
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8112,6 +8112,11 @@ 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");