Browse Source

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

11wqe1 4 ngày trước cách đây
mục cha
commit
37102448b6
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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");