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