作者 lyh

gx

... ... @@ -50,6 +50,8 @@ class TencentCosService extends BaseService
);
// 打开文件流
$url_path = config('filesystems.disks.upload')['root'].$path;
var_dump($url_path);
die();
$file = fopen($url_path, 'r');
return $this->http_put($url,$headers,$file,$url_path);
}
... ...