forked from ZwiiCMS-Team/ZwiiCMS
Download limit json rest api
This commit is contained in:
parent
7dc0b4caf8
commit
9b6f8f1c11
@ -919,7 +919,14 @@ class download extends common {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
foreach ($itemIds as $key) {
|
foreach ($itemIds as $key) {
|
||||||
self::$items[$key] = $this->getData(['module', $this->getUrl(0), 'items', $key]);
|
self::$items[$key] = [
|
||||||
|
$this->getData(['module', $this->getUrl(0), 'items', $key, 'title']),
|
||||||
|
$this->getData(['module', $this->getUrl(0), 'items', $key, 'content']),
|
||||||
|
$this->getData(['module', $this->getUrl(0), 'items', $key, 'picture']),
|
||||||
|
$this->getData(['module', $this->getUrl(0), 'items', $key, 'file']),
|
||||||
|
$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileVersion']),
|
||||||
|
$this->getData(['module', $this->getUrl(0), 'items', $key, 'fileDate'])
|
||||||
|
];
|
||||||
}
|
}
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'display' => self::DISPLAY_JSON,
|
'display' => self::DISPLAY_JSON,
|
||||||
|
Loading…
Reference in New Issue
Block a user