|
...
|
...
|
@@ -374,7 +374,7 @@ class ImageController extends Controller |
|
|
|
$data = [
|
|
|
|
'image'=>$hash,
|
|
|
|
'image_link'=>$this->getImageUrl($hash),
|
|
|
|
'image_download'=>url('a/download/images?hash='.$hash),
|
|
|
|
'image_download'=>url('a/downLoad/images?hash='.$hash),
|
|
|
|
];
|
|
|
|
return $data;
|
|
|
|
}
|
...
|
...
|
|