改名
This commit is contained in:
@@ -438,7 +438,6 @@ class Node extends Application
|
||||
if (empty($this->callback)) {
|
||||
return JSON::to(404, $node->_error ?? 'Page not found.');
|
||||
}
|
||||
var_dump($this->callback);
|
||||
$requestParams = func_get_args();
|
||||
if (func_num_args() > 0) {
|
||||
return call_user_func($this->callback, ...$requestParams);
|
||||
|
||||
Reference in New Issue
Block a user