There is a problem with the construction method at the 10th minute. The code is messed up and the Request object is instantiated twice.
明2020-09-10 21:08:17
0
1
1069
The $request object has already been noted in the construction method: do not use Request::instance() in the construction method. This is unnecessary and is equivalent to instantiating the Request object twice. . . . . .
Thanks for the tip