This commit is contained in:
2021-06-08 11:44:38 +08:00
parent 4e5787b20d
commit 84071fecde
+3
View File
@@ -496,6 +496,9 @@ class Node extends HttpService
{
if (empty($class)) return $this;
foreach ($class as $closure) {
if ($this->path == 'xiaqi') {
var_dump(in_array($closure, $this->middleware));
}
if (in_array($closure, $this->middleware)) {
continue;
}