Showing
1 changed file
with
1 additions
and
0 deletions
@@ -83,6 +83,7 @@ public static class Response { | @@ -83,6 +83,7 @@ public static class Response { | ||
83 | 83 | ||
84 | ```java | 84 | ```java |
85 | public static class Request { | 85 | public static class Request { |
86 | + private String name; // 收货人名称 | ||
86 | private String mobile; | 87 | private String mobile; |
87 | private String address; | 88 | private String address; |
88 | private String versionCode; | 89 | private String versionCode; |
-
Please register or login to post a comment