作者 刘锟

Merge remote-tracking branch 'origin/master' into akun

@@ -226,7 +226,7 @@ class DownloadProject extends Command @@ -226,7 +226,7 @@ class DownloadProject extends Command
226 $country .= $k.'、'; 226 $country .= $k.'、';
227 }; 227 };
228 $country = trim($country,'、'); 228 $country = trim($country,'、');
229 - $content1 = '询盘主要来源于'.$country.'等国家地区'; 229 + $content1 .= '询盘主要来源于'.$country.'等国家地区';
230 } 230 }
231 $content1 .= '如有高质量客户,请您密切关注与跟进;'; 231 $content1 .= '如有高质量客户,请您密切关注与跟进;';
232 } 232 }
@@ -639,9 +639,9 @@ if (!function_exists('getImageUrl')) { @@ -639,9 +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'];  
644 - $cosCdn = 'https://file.globalso.com';//TODO::暂时使用 642 + $cos = config('filesystems.disks.cos');
  643 + $cosCdn = ($storage_type == 0) ? $cos['cdn'] : $cos['cdn1'];
  644 +// $cosCdn = 'https://file.globalso.com';//TODO::暂时使用
645 $url = $cosCdn.$path; 645 $url = $cosCdn.$path;
646 }else{ 646 }else{
647 $s3 = config('filesystems.disks.s3'); 647 $s3 = config('filesystems.disks.s3');