|
@@ -229,7 +229,7 @@ class Api extends Core
|
|
|
$data['times_id'] = $this->times;
|
|
|
|
|
|
$data['user'] = $this->user;
|
|
|
-
|
|
|
+ $data['info'] = Dever::db('collection/info')->one($this->id);
|
|
|
|
|
|
$data['items'] = Dever::load('collection/lib/content')->getList($this->id, $this->page_id);
|
|
|
|
|
@@ -523,4 +523,11 @@ class Api extends Core
|
|
|
|
|
|
return $where;
|
|
|
}
|
|
|
+
|
|
|
+ public function video()
|
|
|
+ {
|
|
|
+ $link = Dever::input('link');
|
|
|
+
|
|
|
+ return Dever::qqvideo($link);
|
|
|
+ }
|
|
|
}
|