qifengquan 1 år sedan
förälder
incheckning
bc416c7797
2 ändrade filer med 2 tillägg och 1 borttagningar
  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),
     // 应用模式状态