Commit be661ee6 by 朱继来

Merge branch 'zjl_adjust_20181026'

parents 036134f0 92d26ef8
......@@ -90,8 +90,8 @@ class MonitorDingClient {
*/
private function send($params=[]) {
if (! config('monitorDing.enabled')) {
app('Log')->info('~~ Monitor Ding ~~');
app('Log')->info($params);
\Log::info('~~ Monitor Ding ~~');
\Log::info($params);
}
$ch = curl_init();
......
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