在BaseController中初始化request
public function __construct() { $this->request = request(); $this->response = response(); }
然后在api接口中继承BaseController并使用request属性获取请求参数这样可以吗?controller_reuse设置为false的
controller_reuse设置为false就没问题
controller_reuse设置为false就没问题