改名
This commit is contained in:
@@ -469,9 +469,9 @@ class Node extends HttpService
|
||||
*/
|
||||
public function dispatch(): mixed
|
||||
{
|
||||
if (!empty($this->callback)) {
|
||||
return $this->runWith(...func_get_args());
|
||||
}
|
||||
// if (!empty($this->callback)) {
|
||||
// return $this->runWith(...func_get_args());
|
||||
// }
|
||||
if (empty($this->restructure()->callback)) {
|
||||
return Json::to(404, $this->errorMsg());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user