monitorDing.php
387 Bytes
<?php
return [
// 是否开启报错写入
'enabled' => env('DING_ALERT', false),
// curl证书验证, 线下环境不用开启
'curl_verify' => true,
'web_name'=>'标签库系统告警[请及时修改]',
// webhook的值
'webhook' => 'https://oapi.dingtalk.com/robot/send?access_token=ba4ed87924ee03b37d2b96ba0f0cb1a28d476bda3af6b2e75a2458b08b5ae39c',
];