Commit 880d156d authored by liyadong's avatar liyadong

Merge branch 'test' of http://gitlab.cccwangluo.com/zhoujun/uc_card into test

parents bf8b61a8 2e77fc1a
......@@ -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