<?php return [ // 是否开启报错写入
'enabled' => env('DING_ALERT', false),
// curl证书验证, 线下环境不用开启 'curl_verify' => true, // webhook的值 'webhook' => 'https://oapi.dingtalk.com/robot/send?access_token=a1ecbb3b7dc17660f0d8b833d79a16578b682e28b673dd024c4125ca974abadd', ];