首页 > 作文

laravel接管Dingo

更新时间:2023-04-08 08:13:26 阅读: 评论:0

接管dingo-api的错误

如上图所示,apprviceprovider.php中的register()方法中添加如下代码

\api::error(function (\illuminate\validation\validationexcept烫发的种类ion $exception){  $data =$exception->validator->getmessagebag();   $msg = collect($data)->first();   if(is_array($msg)){     $msg = $msg[0];   }   return respon()->json(['message'=>$msg,'status_code'=>400], 200); }); \api::error(function (\dingo\api\e近代史时间轴xception\validationhttpexception $exception){   $errors = $exception->geterrors();   return respon()->json(['message'=>$errors->first(),'status_code'=>400], 200); });

接管laravel的错误

在exceptions的handler.php的render中写入以下代码

public function render($request, exception $exception)  {    if($exception instanceof \illuminate\validation\validationexception){      $data = $exception->validator->getmessagebag();      $msg = collect($data)->first();      if(is_array($msg)){        $msg = $msg[0];      }      return respon()->json(['message'=>$msg],200);    }    if (in_array('api',$exception->guards())){      if($exception instanceof authenticationexception){        return烘焙师资格证 respon()->json(['message'=>'token错误'],200);      }      if($exception instanceof modelnotfoundexception){        return respon(少数民族手抄报)->json(['message'=>'该模型未找到'],200);      }    }    return parent::render($re天津医学院quest, $exception);  }

以上这篇laravel接管dingo-api和默认的错误处理方式就是www.887551.com分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持www.887551.com。

本文发布于:2023-04-08 08:13:25,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/b3cadb9d89ea526ca54d0369cb809795.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:laravel接管Dingo.doc

本文 PDF 下载地址:laravel接管Dingo.pdf

标签:错误   给大家   代码   近代史
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图