Skip to content

Commit

Permalink
update media concat job param
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlguo committed Jul 16, 2024
1 parent 0ccab91 commit e16a25e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cos-php-sdk-v5 Upgrade Guide
====================
2.6.12 to 2.6.13
---------
修复部分问题

2.6.11 to 2.6.12
---------
1. 盲水印支持版本参数
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
* @see \Qcloud\Cos\Service::getService()
*/
class Client extends GuzzleClient {
const VERSION = '2.6.12';
const VERSION = '2.6.13';

public $httpClient;

Expand Down
1 change: 1 addition & 0 deletions src/Descriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ public static function CreateMediaConcatJobs() {
'Url' => array( 'type' => 'string', 'location' => 'xml', ),
'StartTime' => array( 'type' => 'string', 'location' => 'xml', ),
'EndTime' => array( 'type' => 'string', 'location' => 'xml', ),
'FragmentIndex' => array( 'type' => 'string', 'location' => 'xml', ),
// 'Mode' => array( 'type' => 'string', 'location' => 'xml', ), 拼接接口不需要Mode参数
),
),
Expand Down

0 comments on commit e16a25e

Please sign in to comment.