Showing
1 changed file
with
3 additions
and
1 deletions
@@ -180,7 +180,9 @@ | @@ -180,7 +180,9 @@ | ||
180 | //能否修改订单收货人地址 "Y":能修改 "N":不能修改 | 180 | //能否修改订单收货人地址 "Y":能修改 "N":不能修改 |
181 | "can_update_delivery_address": "Y", | 181 | "can_update_delivery_address": "Y", |
182 | //当允许修改收货地址时该字段有意义:Y、允许修改省份;N、不允许修改省份 | 182 | //当允许修改收货地址时该字段有意义:Y、允许修改省份;N、不允许修改省份 |
183 | - "is_support_change_province": "Y" | 183 | + "is_support_change_province": "Y", |
184 | + //表示原地址的省份的areaCode。如果不允许修改省份,前端可用该省份的areaCode查询下一级地址 | ||
185 | + "province_area_code": "320000000", | ||
184 | "coupons_amount": "-¥0.00", | 186 | "coupons_amount": "-¥0.00", |
185 | "create_time": "1458138942", | 187 | "create_time": "1458138942", |
186 | "delivery_time": "只工作日送货(双休日、节假日不用送)", | 188 | "delivery_time": "只工作日送货(双休日、节假日不用送)", |
-
Please register or login to post a comment