wupengfei 2 years ago
parent
commit
2fa9885c86
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .idea/workspace.xml
  2. 1 0
      application/api/controller/Base.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="20866000" />
+      <workItem from="1674867530758" duration="20873000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/api/controller/Base.php

@@ -53,6 +53,7 @@ class Base extends Controller
         //if($this->user_id == 97) $this->user_id = 83;
         // 钩子注册
         $tags = config('tags.');
+        var_dump($tags);
         if(!empty($tags)) {
             foreach ($tags as $tag => $behavior) {
                 // 数组反转 保证最上面的行为优先级最高