Kaynağa Gözat

Merge branch 'master' of http://116.131.8.26:3000/FengR/zxt_gateway

FengR 10 saat önce
ebeveyn
işleme
617ca2bc7d
2 değiştirilmiş dosya ile 11 ekleme ve 10 silme
  1. 1 1
      .env
  2. 10 9
      config/api/public.php

+ 1 - 1
.env

@@ -52,7 +52,7 @@ AMQP_USER=rabbitmq
 AMQP_PASSWORD=zxt_mq_dev
 
 
-#test1
+#test12456
 
 
 

+ 10 - 9
config/api/public.php

@@ -188,15 +188,6 @@ Router::addGroup(
         Router::post('/delAiChatRecord', [PublicController::class, 'delAiChatRecord']);
         // 自助建站-ai会话-给模板添加导航
         Router::post('/addTemplateCates', [PublicController::class, 'addTemplateCates']);
-        //oa 查询
-        //人员查询
-        Router::post('/getPersonList', [PublicController::class, 'getPersonList']);
-        //车牌查询
-        Router::post('/getCarList', [PublicController::class, 'getCarList']);
-        //地市查询
-        Router::post('/getCity', [PublicController::class, 'getCity']);
-        //介绍信查询
-        Router::post('/getIntroduce', [PublicController::class, 'getIntroduce']);
     },
     ['middleware' => [FooMiddleware::class]]
 );
@@ -238,5 +229,15 @@ Router::addGroup(
         Router::post('/addArticle', [PublicController::class, 'addArticle']);
         // 添加样式代码
         Router::post('/addStyleCode', [PublicController::class, 'addStyleCode']);
+
+        //oa 查询
+        //人员查询
+        Router::post('/getPersonList', [PublicController::class, 'getPersonList']);
+        //车牌查询
+        Router::post('/getCarList', [PublicController::class, 'getCarList']);
+        //地市查询
+        Router::post('/getCity', [PublicController::class, 'getCity']);
+        //介绍信查询
+        Router::post('/getIntroduce', [PublicController::class, 'getIntroduce']);
     }
 );