Commit 3a1520bf by 朱继来

Merge branch 'zjl_adjust_20181026'

parents be661ee6 5770e80b
......@@ -2,7 +2,7 @@
return [
// 是否开启报错写入
'enabled' => true,
'enabled' => env('DING_ALERT', false),
// curl证书验证, 线下环境不用开启
'curl_verify' => true,
......
......@@ -92,8 +92,7 @@ class MonitorDingClient {
if (! config('monitorDing.enabled')) {
\Log::info('~~ Monitor Ding ~~');
\Log::info($params);
}
} else {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $this->webhook);
curl_setopt($ch, CURLOPT_POST, 1);
......@@ -112,4 +111,7 @@ class MonitorDingClient {
throw new SendErrorException($data['errmsg']);
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment