作者 lyh

gx

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