setting = getcache('video', 'video'); $this->ku6api = new ku6api($this->setting['sn'], $this->setting['skey']); } /** * * 添加vid */ public function check () { $vid = $_GET['vid']; $this->ku6api->check($vid); } }