正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -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']; |
-
请 注册 或 登录 后发表评论