...
|
...
|
@@ -1203,6 +1203,7 @@ class Index extends Api |
|
|
*/
|
|
|
public function get_list()
|
|
|
{
|
|
|
$qiniu = get_addon_config('qiniu')['cdnurl'];
|
|
|
$user_id = $this->auth->id;
|
|
|
$folder_id = $this->request->param('folder_id');
|
|
|
|
...
|
...
|
@@ -1262,6 +1263,9 @@ class Index extends Api |
|
|
}
|
|
|
|
|
|
$res = array_merge($data,$rotor);
|
|
|
foreach ($res as &$val){
|
|
|
$val['images'] = $qiniu.$val['images'];
|
|
|
}
|
|
|
$this->success('success',$res);
|
|
|
|
|
|
}
|
...
|
...
|
|