Explorar o código

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

11wqe1 hai 4 días
pai
achega
37102448b6
Modificáronse 1 ficheiros con 5 adicións e 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");