作者 lyh

gx脚本

@@ -639,8 +639,9 @@ if (!function_exists('getImageUrl')) { @@ -639,8 +639,9 @@ if (!function_exists('getImageUrl')) {
639 return 'https:'.$path; 639 return 'https:'.$path;
640 } 640 }
641 if($location == 0){ 641 if($location == 0){
642 - $cos = config('filesystems.disks.cos');  
643 - $cosCdn = ($storage_type == 0) ? $cos['cdn'] : $cos['cdn1']; 642 +// $cos = config('filesystems.disks.cos');
  643 +// $cosCdn = ($storage_type == 0) ? $cos['cdn'] : $cos['cdn1'];
  644 + $cosCdn = 'https://file.globalso.com';//TODO::暂时使用
644 $url = $cosCdn.$path; 645 $url = $cosCdn.$path;
645 }else{ 646 }else{
646 $s3 = config('filesystems.disks.s3'); 647 $s3 = config('filesystems.disks.s3');