Skip to content

Commit b4e9c72

Browse files
author
yanruhao
committed
添加单号识别接口缺失的字段
1 parent b09e2aa commit b4e9c72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ public class AutoNumResp {
1616
* 快递公司对应的编码
1717
*/
1818
private String comCode;
19+
/**
20+
* 快递公司名称
21+
*/
22+
private String name;
1923
/**
2024
* 请忽略
2125
*/
@@ -24,4 +28,4 @@ public class AutoNumResp {
2428
* 请忽略
2529
*/
2630
private String noCount;
27-
}
31+
}

0 commit comments

Comments
 (0)