@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | * |
121 | 121 | * @throws \Exception |
122 | 122 | */ |
123 | - public function signatureConfig($prefix = '', $callBackUrl = null, $expire = 30, $contentLengthRangeValue = 1048576000) |
|
123 | + public function signatureConfig($prefix = '', $callBackUrl = null, $expire = 30, $contentLengthRangeValue = 1048576000) |
|
124 | 124 | { |
125 | 125 | if (!empty($prefix)) { |
126 | 126 | $prefix = ltrim($prefix, '/'); |
@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | $response['signature'] = $signature; |
170 | 170 | $response['expire'] = $end; |
171 | 171 | $response['callback'] = $base64_callback_body; |
172 | - $response['dir'] = $prefix; // 这个参数是设置用户上传文件时指定的前缀。 |
|
172 | + $response['dir'] = $prefix; // 这个参数是设置用户上传文件时指定的前缀。 |
|
173 | 173 | |
174 | 174 | return json_encode($response); |
175 | 175 | } |