File tree Expand file tree Collapse file tree
src/main/java/com/volcengine/model/beans/livesaas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change log
22
3+ 2026-04-09 Bumped to version v1.0.266
4+ - Updated apis for sdk
5+
362026-04-02 Bumped to version v1.0.265
47- Updated apis for livesaas
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.265 </version >
7+ <version >1.0.266 </version >
88 <artifactId >volc-sdk-java</artifactId >
99
1010 <name >volc-sdk-java</name >
Original file line number Diff line number Diff line change @@ -10,5 +10,8 @@ public class CashSubBonus {
1010
1111 @ JSONField (name = "LimitCount" )
1212 Long LimitCount ;
13+
14+ @ JSONField (name = "WithdrawConfig" )
15+ CashWithdrawConfig WithdrawConfig ;
1316}
1417
Original file line number Diff line number Diff line change 1+ package com .volcengine .model .beans .livesaas ;
2+
3+ import com .alibaba .fastjson .annotation .JSONField ;
4+ import lombok .Data ;
5+
6+ @ Data
7+ public class CashWithdrawConfig {
8+ @ JSONField (name = "IsCustomRedirectUrlEnable" )
9+ Boolean IsCustomRedirectUrlEnable ;
10+
11+ @ JSONField (name = "CustomRedirectUrl" )
12+ String CustomRedirectUrl ;
13+
14+ @ JSONField (name = "IsWeChatMiniAppEnable" )
15+ Boolean IsWeChatMiniAppEnable ;
16+
17+ @ JSONField (name = "WeChatMiniAppId" )
18+ String WeChatMiniAppId ;
19+
20+ @ JSONField (name = "WeChatMiniAppRedirectParam" )
21+ String WeChatMiniAppRedirectParam ;
22+ }
23+
You can’t perform that action at this time.
0 commit comments