作者 lyh

gx

@@ -26,6 +26,8 @@ class TencentCosService extends BaseService @@ -26,6 +26,8 @@ class TencentCosService extends BaseService
26 26
27 public function __construct(){ 27 public function __construct(){
28 $this->cos = config('filesystems.disks.cos'); 28 $this->cos = config('filesystems.disks.cos');
  29 + var_dump($this->cos);
  30 + die();
29 $this->config['cosRegion'] = $this->cos['region']; 31 $this->config['cosRegion'] = $this->cos['region'];
30 $this->config['appId'] = $this->cos['credentials']['appId']; 32 $this->config['appId'] = $this->cos['credentials']['appId'];
31 $this->config['secretId'] = $this->cos['credentials']['secretId']; 33 $this->config['secretId'] = $this->cos['credentials']['secretId'];