소스 검색

测试一下

rkljw 7 달 전
부모
커밋
296274cd14
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      app/Controller/WebsiteController.php
  2. 2 0
      runtime/container/proxy/App_Controller_WebsiteController.proxy.php
  3. 1 1
      runtime/hyperf.pid

+ 2 - 2
app/Controller/WebsiteController.php

@@ -421,11 +421,11 @@ class WebsiteController extends AbstractController
      */
     public function addWebsiteCategory()
     {
-
+        return [];
     }
 
     public function getAdminIndex()
     {
-        
+        return [];
     }
 }

+ 2 - 0
runtime/container/proxy/App_Controller_WebsiteController.proxy.php

@@ -321,8 +321,10 @@ class WebsiteController extends AbstractController
      */
     public function addWebsiteCategory()
     {
+        return [];
     }
     public function getAdminIndex()
     {
+        return [];
     }
 }

+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-5324
+6204