修正oss类

This commit is contained in:
2023-02-22 11:54:08 +08:00
parent fe23aee366
commit 2c04c5e192
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class Oss
$response = array();
$response['accessid'] = $this->config['accessKey'];
$response['host'] = $this->config['bucket'] . '.' . $this->config['endpoint'];
$response['host'] = "https://" . $this->config['bucket'] . '.' . $this->config['endpoint'];
$response['policy'] = $base64_policy;
$response['signature'] = $signature;
$response['expire'] = $end;