adminId = (int) $this->getToken()?->claims()?->get(RegisteredClaims::ID) ?? 0; } /** * 主函数抽象类 */ abstract public function handle(); }