laravel中间件的返回值怎么获取

$response = "HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: application/json

{"code":0,"data":"操作成功","status":200}";

中间值返回这样的格式,但是我只想要包含{}在内的中间部分,求解?


holdtom
浏览 2860回答 2
2回答

蓝山帝景

你的返回值赋给$data$request->data = json_deconde($data);然后在Controller内使用 Request类来调用

缥缈止盈

$response->getContent();
打开App,查看更多内容
随时随地看视频慕课网APP