diff --git a/Src/Api/Site/Schema.php b/Src/Api/Site/Schema.php index bd0c927..dcb5266 100644 --- a/Src/Api/Site/Schema.php +++ b/Src/Api/Site/Schema.php @@ -26,9 +26,6 @@ public function get() if (empty($this->siteInfo)) { throw new \RuntimeException('缺少站点信息参数'); } - if (empty($this->cache)) { - throw new \RuntimeException('需要指定存储Cache'); - } $data = $this->siteInfo->toArray(); return parent::post($data); }