This commit is contained in:
2023-03-11 10:41:08 +08:00
parent 0f098b1df6
commit e5845adf01
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ class Oss
$response = array();
$response['accessid'] = $this->config['accessKey'];
$response['host'] = "https://" . $this->config['bucket'] . '.' . $this->config['endpoint'];
// $response['host'] = "https://" . $this->config['bucket'] . '.' . $this->config['endpoint'];
$response['host'] = config('alibaba.oss.custom_domain_name');
$response['policy'] = $base64_policy;
$response['signature'] = $signature;
$response['expire'] = $end;