Closed huizhiliu closed 3 years ago
1.3版本支持修改domain,初始化时未传入则默认为myqcloud.com。 示例: $cosClient = new Qcloud\Cos\Client([ 'region' => $queryParam['region'], 'domain' => "test.com" 'credentials' => [ 'secretId' => " "xxxxxxxxxxxxxxxxxxxxxxx"," 'secretKey' => "xxxxxxxxxxxxxxxxxxxxxxx", ], ]);
1.3版本支持修改domain,初始化时未传入则默认为myqcloud.com。 示例: $cosClient = new Qcloud\Cos\Client([ 'region' => $queryParam['region'], 'domain' => "test.com" 'credentials' => [ 'secretId' => " "xxxxxxxxxxxxxxxxxxxxxxx"," 'secretKey' => "xxxxxxxxxxxxxxxxxxxxxxx", ], ]);