|
...
|
...
|
@@ -437,7 +437,7 @@ if (!function_exists('getImageUrl')) { |
|
|
|
$cosCdn = $cos['cdn'];
|
|
|
|
$url = $cosCdn.$info['path'];
|
|
|
|
}else{
|
|
|
|
$url = url('upload/'.$info['path']);
|
|
|
|
$url = url('upload'.$info['path']);
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
$url = $hash;
|
|
...
|
...
|
@@ -472,7 +472,7 @@ if (!function_exists('getFileUrl')) { |
|
|
|
$cosCdn = $cos['cdn'];
|
|
|
|
$url = $cosCdn.$info['path'];
|
|
|
|
}else{
|
|
|
|
$url = url('upload/'.$info['path']);
|
|
|
|
$url = url('upload'.$info['path']);
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
$url = $hash;
|
...
|
...
|
|