File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
src/main/java/com/volcengine/model/livesaas/request Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Change log
22
3+ 2025-04-28 Bumped to version v1.0.219
4+ - Updated apis for livesaas
5+
362025-04-25 Bumped to version v1.0.218
47- Updated apis for live
58
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments