Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
1135334967 authored and github-actions[bot] committed Jul 10, 2024
1 parent 9d15abf commit 0ccab91
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion sample/CreateWatermarkTemplateDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/GeneratePlayListDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/GetHLSPlayKeyDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/GetHLSTokenDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"IssuedTimeStamp" => time(),
"ExpireTimeStamp" => time() + 3600 * 6,
"UsageLimit" => 3,
"ProtectSchema" => "rsa1024",
"ProtectScheme" => "rsa1024",
"PublicKey" => base64_encode($publicKey),
"ProtectContentKey" => 1,
);
Expand Down
2 changes: 1 addition & 1 deletion sample/PostWatermarkJobsDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/ZipFilePreviewDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
10 changes: 5 additions & 5 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@
* @method object SearchImage(array $args) 图像检索
* @method object UpdateDataset(array $args) 更新数据集
* @method object UpdateFileMetaIndex(array $args) 更新元数据索引
* @method object ZipFilePreview(array $args) // 压缩包预览同步请求
* @method object GetHLSPlayKey(array $args) // 获取hls播放密钥
* @method object PostWatermarkJobs(array $args) // 视频明水印-提交任务
* @method object GeneratePlayList(array $args) // 生成播放列表
* @method object CreateWatermarkTemplate(array $args) // 创建明水印模板
* @method object ZipFilePreview(array $args) 压缩包预览同步请求
* @method object GetHLSPlayKey(array $args) 获取hls播放密钥
* @method object PostWatermarkJobs(array $args) 视频明水印-提交任务
* @method object GeneratePlayList(array $args) 生成播放列表
* @method object CreateWatermarkTemplate(array $args) 创建明水印模板
* @see \Qcloud\Cos\Service::getService()
*/
class Client extends GuzzleClient {
Expand Down

0 comments on commit 0ccab91

Please sign in to comment.