作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -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'];
... ...