Commit fbafa2c1 authored by zhoujun's avatar zhoujun

线上测试

parent 719d57a0
Pipeline #1608 canceled with stage
......@@ -40,9 +40,9 @@ class Handler extends ExceptionHandler
*/
public function report(Exception $exception)
{
//$message = '【'.date('Y-m-d H:i:s').'】生涯明信片项目:'.$exception->getMessage();
//$submitData = ['mobile_list'=>config('sign.DINGDING_PHONE'),'message'=>$message,'api_token'=>config('sign.DINGDING_TOKEN')];
//UtilService::postCurlJson(config('sign.DINGDING_URL'),$submitData,[]);
$message = '【'.date('Y-m-d H:i:s').'】生涯明信片项目:'.$exception->getMessage();
$submitData = ['mobile_list'=>config('sign.DINGDING_PHONE'),'message'=>$message,'api_token'=>config('sign.DINGDING_TOKEN')];
UtilService::postCurlJson(config('sign.DINGDING_URL'),$submitData,[]);
parent::report($exception);
}
......
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 to comment