core = new Core($site); } /** * 获取签名 * * @return mixed */ public function get() { $url = Dever::input('url'); return $this->get($url); } }