expectsJson()) { return json(['code' => $this->getCode() ?: 500, 'msg' => $this->getMessage(),'show'=>1]); } // 非json请求则返回一个页面 return new Response(200, [], $this->getMessage()); } }