作者 lyh

ggx

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