$region, 'scheme' => 'https', // 审核时必须为https 'credentials'=> array( 'secretId' => $secretId , 'secretKey' => $secretKey))); try { //该接口用于获取hls播放密钥。 $result = $cosClient->GetHLSPlayKey(array( 'Bucket' => '###bucketName###', //存储桶名称,由BucketName-Appid 组成,可以在COS控制台查看 https://console.cloud.tencent.com/cos5/bucket 'Headers' => array( 'Content-Type' => 'application/xml', ), )); // 请求成功 print_r($result); } catch (\Exception $e) { // 请求失败 echo($e); }