作者 lyh

gx

... ... @@ -42,8 +42,9 @@ class TencentCosService extends BaseService
*/
public function upload_image($path,$fileName){
// 构建请求URL
$expiredTime = time() + 3600;
$pathname = '/'.$this->config['bucket'].'/'.$fileName;
$pathname = '/'.$this->config['bucket'].$path.'/'.$fileName;
var_dump($pathname);
die();
$signature = $this->generateSignature();
$url = 'https://'.$this->config['bucket'].'.cos.'.$this->config['cosRegion'].'.myqcloud.com'.$pathname.'?sign='.$signature;
// 打开文件流
... ...