Showing
1 changed file
with
1 additions
and
1 deletions
@@ -118,7 +118,7 @@ public static class Request { | @@ -118,7 +118,7 @@ public static class Request { | ||
118 | private String orderMobile; // 收货人手机号 | 118 | private String orderMobile; // 收货人手机号 |
119 | private String orderProvince; // 省 | 119 | private String orderProvince; // 省 |
120 | private String orderCity; // 市 | 120 | private String orderCity; // 市 |
121 | - private String orderDistrict; // 区 | 121 | + private String orderCounty; // 区 |
122 | private String orderAddressDetail; // 详细地址 | 122 | private String orderAddressDetail; // 详细地址 |
123 | 123 | ||
124 | private String openId; // 微信openId | 124 | private String openId; // 微信openId |
-
Please register or login to post a comment