Skip to content

Commit e1e5a8b

Browse files
author
liyan.90210
committed
feat auto update sdk
1 parent 498262f commit e1e5a8b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change log
22

3+
2025-12-15 Bumped to version v1.0.252
4+
- Updated apis for livesaas
5+
36
2025-12-11 Bumped to version v1.0.251
47
- Updated apis for vms/vod
58

volc-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.volcengine</groupId>
7-
<version>1.0.251</version>
7+
<version>1.0.252</version>
88
<artifactId>volc-sdk-java</artifactId>
99

1010
<name>volc-sdk-java</name>

volc-sdk-java/src/main/java/com/volcengine/model/livesaas/request/ListPlayUrlsAPIRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
public class ListPlayUrlsAPIRequest {
1010
@JSONField(name = "Vids")
1111
List<String> Vids;
12+
@JSONField(name = "ExpireTime")
13+
Long ExpireTime;
1214
}

0 commit comments

Comments
 (0)