Skip to content

Commit e16a25e

Browse files
author
justinlguo
committed
update media concat job param
1 parent 0ccab91 commit e16a25e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.12 to 2.6.13
4+
---------
5+
修复部分问题
6+
37
2.6.11 to 2.6.12
48
---------
59
1. 盲水印支持版本参数

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
* @see \Qcloud\Cos\Service::getService()
281281
*/
282282
class Client extends GuzzleClient {
283-
const VERSION = '2.6.12';
283+
const VERSION = '2.6.13';
284284

285285
public $httpClient;
286286

src/Descriptions.php

+1
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ public static function CreateMediaConcatJobs() {
10241024
'Url' => array( 'type' => 'string', 'location' => 'xml', ),
10251025
'StartTime' => array( 'type' => 'string', 'location' => 'xml', ),
10261026
'EndTime' => array( 'type' => 'string', 'location' => 'xml', ),
1027+
'FragmentIndex' => array( 'type' => 'string', 'location' => 'xml', ),
10271028
// 'Mode' => array( 'type' => 'string', 'location' => 'xml', ), 拼接接口不需要Mode参数
10281029
),
10291030
),

0 commit comments

Comments
 (0)