Skip to content

Commit 67b78ed

Browse files
author
liyan.90210
committed
feat auto update sdk
1 parent afe3858 commit 67b78ed

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Changelog

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

3+
2025-03-10 Bumped to version v1.0.210
4+
- Updated apis for businessSecurity
5+
36
2025-03-06 Bumped to version v1.0.209
47
- Updated apis for businessSecurity/livesaas/sms
58

@@ -685,5 +688,4 @@ Change log
685688

686689
2020-12-11 Bumped to version v1.0.4
687690
- Add iam sdk.
688-
- Add visual sdk.
689-
691+
- Add visual sdk.

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.209</version>
7+
<version>1.0.210</version>
88
<artifactId>volc-sdk-java</artifactId>
99

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
import com.alibaba.fastjson.annotation.JSONField;
44
import lombok.Data;
55

6+
@Data
67
public class DeviceIdResponse {
78
@JSONField(name = "ResponseMetadata")
89
ResponseMetadata responseMetadata;
910
@JSONField(name = "Result")
10-
RiskDetectionResponse.RiskDetectionResult result;
11+
DeviceInfoResult result;
1112

1213
@Data
13-
public static class RiskDetectionResult {
14+
public static class DeviceInfoResult {
1415
@JSONField(name = "RequestId")
1516
private String requestId;
1617
@JSONField(name = "Code")

0 commit comments

Comments
 (0)