|
...
|
...
|
@@ -68,9 +68,7 @@ class AyrReleaseLogic extends BaseLogic |
|
|
|
$arr[] = getImageUrl($v1['path'],$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
$fileModel = new File();
|
|
|
|
$info = $fileModel->read(['path'=>$v]);
|
|
|
|
$arr[] = getFileUrl($info['path'],$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
$arr[] = getFileUrl($v,$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return $this->success($arr);
|
...
|
...
|
|