This commit is contained in:
2021-04-20 11:56:14 +08:00
parent 017a5b19dc
commit cd37eac127
+1 -1
View File
@@ -518,7 +518,7 @@ class Node extends HttpService
if (empty($this->callback)) {
return Json::to(404, $this->errorMsg());
}
return $this->httpFilter(func_get_args());
return $this->httpFilter(...func_get_args());
}