Skip to content

Commit 4c2b03f

Browse files
author
liyan.90210
committed
feat auto update sdk
1 parent 7c5d2b2 commit 4c2b03f

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

Changelog

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

3+
2026-05-21 Bumped to version v1.0.271
4+
- Updated apis for sdk
5+
36
2026-05-14 Bumped to version v1.0.270
47
- Updated apis for livesaas
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.270</version>
7+
<version>1.0.271</version>
88
<artifactId>volc-sdk-java</artifactId>
99

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

volc-sdk-java/src/main/java/com/volcengine/model/livesaas/response/ListCouponsResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ public static class ListCouponsResponseBody {
2020
Long TotalCount;
2121
@JSONField(name = "Coupons")
2222
List<Coupon> Coupons;
23+
@JSONField(name = "MaxCount")
24+
Long MaxCount;
2325
}
2426
}

0 commit comments

Comments
 (0)