This commit is contained in:
2021-04-27 16:55:34 +08:00
parent d350932ce2
commit ce7a5cec58
+1 -1
View File
@@ -539,7 +539,7 @@ class Node extends HttpService
if (empty($this->callback)) {
return Json::to(404, $this->errorMsg());
}
return call_user_func($this->handler, \request());
return call_user_func($this->callback, \request());
}