作者 lyh

gx

... ... @@ -72,7 +72,7 @@ class SyncImageFileJob implements ShouldQueue
if(substr($path,0,2) == '//'){
return 'https:'.$path;
}
if($location == 0){
if($location == 1){
$cos = config('filesystems.disks.cos');
$cosCdn = ($storage_type == 0) ? $cos['cdn'] : $cos['cdn1'];
$url = $cosCdn.$path;
... ...