Skip to content

Commit f845423

Browse files
author
liyan.90210
committed
feat auto update sdk
1 parent 3f85cce commit f845423

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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-04-28 Bumped to version v1.0.219
4+
- Updated apis for livesaas
5+
36
2025-04-25 Bumped to version v1.0.218
47
- Updated apis for live
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.218</version>
7+
<version>1.0.219</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/GetAccountUserTrackDataRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ public class GetAccountUserTrackDataRequest {
1515
Long UserId;
1616
@JSONField(name = "ActivityId")
1717
Long ActivityId;
18+
@JSONField(name = "WatchType")
19+
String WatchType;
20+
@JSONField(name = "ExternalId")
21+
String ExternalId;
1822
}

0 commit comments

Comments
 (0)