#1136·think

在中间件中执行参数解析导致 s 参数进入

作者: LonelySally创建于 2023年7月24日更新于 2023年7月26日

After executing $request->param() in the middleware, executing dump($request->param()) in the controller will cause the parameter "s" to be added to the input array: "/ab/123".

内容来源: top-think/think