Skip to content

Commit 0ccab91

Browse files
1135334967github-actions[bot]
authored andcommitted
Format code
1 parent 9d15abf commit 0ccab91

7 files changed

+11
-11
lines changed

sample/CreateWatermarkTemplateDemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
} catch (\Exception $e) {
3939
// 请求失败
4040
echo($e);
41-
}
41+
}

sample/GeneratePlayListDemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
} catch (\Exception $e) {
4747
// 请求失败
4848
echo($e);
49-
}
49+
}

sample/GetHLSPlayKeyDemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
} catch (\Exception $e) {
2727
// 请求失败
2828
echo($e);
29-
}
29+
}

sample/GetHLSTokenDemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"IssuedTimeStamp" => time(),
1818
"ExpireTimeStamp" => time() + 3600 * 6,
1919
"UsageLimit" => 3,
20-
"ProtectSchema" => "rsa1024",
20+
"ProtectScheme" => "rsa1024",
2121
"PublicKey" => base64_encode($publicKey),
2222
"ProtectContentKey" => 1,
2323
);

sample/PostWatermarkJobsDemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
} catch (\Exception $e) {
4141
// 请求失败
4242
echo($e);
43-
}
43+
}

sample/ZipFilePreviewDemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
} catch (\Exception $e) {
2929
// 请求失败
3030
echo($e);
31-
}
31+
}

src/Client.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@
272272
* @method object SearchImage(array $args) 图像检索
273273
* @method object UpdateDataset(array $args) 更新数据集
274274
* @method object UpdateFileMetaIndex(array $args) 更新元数据索引
275-
* @method object ZipFilePreview(array $args) // 压缩包预览同步请求
276-
* @method object GetHLSPlayKey(array $args) // 获取hls播放密钥
277-
* @method object PostWatermarkJobs(array $args) // 视频明水印-提交任务
278-
* @method object GeneratePlayList(array $args) // 生成播放列表
279-
* @method object CreateWatermarkTemplate(array $args) // 创建明水印模板
275+
* @method object ZipFilePreview(array $args) 压缩包预览同步请求
276+
* @method object GetHLSPlayKey(array $args) 获取hls播放密钥
277+
* @method object PostWatermarkJobs(array $args) 视频明水印-提交任务
278+
* @method object GeneratePlayList(array $args) 生成播放列表
279+
* @method object CreateWatermarkTemplate(array $args) 创建明水印模板
280280
* @see \Qcloud\Cos\Service::getService()
281281
*/
282282
class Client extends GuzzleClient {

0 commit comments

Comments
 (0)