作者 lyh

gx

@@ -25,6 +25,8 @@ class CosService @@ -25,6 +25,8 @@ class CosService
25 */ 25 */
26 public function uploadFile(&$files,$path,$filename, $binary = false,$watermarkOptions = null) 26 public function uploadFile(&$files,$path,$filename, $binary = false,$watermarkOptions = null)
27 { 27 {
  28 + $files = 'globalso-v6-1309677403.cos.ap-hongkong.myqcloud.com/upload/m/image_other/2024-08/3.jpg';
  29 + $binary = true;
28 $cos = config('filesystems.disks.cos'); 30 $cos = config('filesystems.disks.cos');
29 $cosClient = new Client([ 31 $cosClient = new Client([
30 'region' => $cos['region'], 32 'region' => $cos['region'],