qifengquan 1 년 전
부모
커밋
bc416c7797
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      application/admin/controller/user/Head.php
  2. 1 1
      application/config.php

+ 1 - 0
application/admin/controller/user/Head.php

@@ -93,6 +93,7 @@ class Head extends Backend
         }
         //发送微信模板消息
         Apply::wxAuditMessage($row->id,1,$audit);
+        exit;
         $this->success("审核成功");
     }
 

+ 1 - 1
application/config.php

@@ -18,7 +18,7 @@ return [
     // 应用命名空间
     'app_namespace'          => 'app',
     // 应用调试模式
-    'app_debug'              => Env::get('app.debug', false),
+    'app_debug'              => Env::get('app.debug', true),
     // 应用Trace
     'app_trace'              => Env::get('app.trace', false),
     // 应用模式状态