wupengfei 2 jaren geleden
bovenliggende
commit
17289391fc
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/api/controller/Qc.php

+ 1 - 1
.idea/workspace.xml

@@ -218,7 +218,7 @@
       <workItem from="1673399011843" duration="19253000" />
       <workItem from="1673485061294" duration="18259000" />
       <workItem from="1673571454158" duration="9346000" />
-      <workItem from="1674867530758" duration="20366000" />
+      <workItem from="1674867530758" duration="20401000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/api/controller/Qc.php

@@ -16,7 +16,7 @@ class Qc extends Base {
 
     public function index()
     {
-        parent::initialize();
+        var_dump($this->page);
         Hook::listen('test');
     }