Skip to content

Commit 7d0d753

Browse files
author
wuweilin
committed
新增字段
1 parent 6dd7d34 commit 7d0d753

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.kuaidi100-api</groupId>
88
<artifactId>sdk</artifactId>
9-
<version>1.0.23.1</version>
9+
<version>1.0.24</version>
1010

1111
<name>api</name>
1212
<url>https://github.com/kuaidi100-api/java-demo</url>

src/main/java/com/kuaidi100/sdk/response/QueryTrackData.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ public class QueryTrackData {
4444
* 状态值
4545
*/
4646
private String statusCode;
47+
48+
/**
49+
* 快件当前地点
50+
*/
51+
private String location;
4752
}

src/main/java/com/kuaidi100/sdk/response/SubscribePushData.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ public class SubscribePushData {
4444
* 状态值
4545
*/
4646
private String statusCode;
47+
48+
/**
49+
* 快件当前地点
50+
*/
51+
private String location;
4752
}

0 commit comments

Comments
 (0)