Showing
1 changed file
with
2 additions
and
0 deletions
@@ -139,6 +139,8 @@ | @@ -139,6 +139,8 @@ | ||
139 | "can_comment": "Y", | 139 | "can_comment": "Y", |
140 | //是否有关联其他订单 "Y":有关联其他订单 "N":没有关联其他订单 | 140 | //是否有关联其他订单 "Y":有关联其他订单 "N":没有关联其他订单 |
141 | "relate_order_code": "Y", | 141 | "relate_order_code": "Y", |
142 | + // 地址ID | ||
143 | + "address_id": 12345, | ||
142 | //能否修改订单收货人地址 "Y":能修改 "N":不能修改 | 144 | //能否修改订单收货人地址 "Y":能修改 "N":不能修改 |
143 | "can_update_delivery_address": "Y", | 145 | "can_update_delivery_address": "Y", |
144 | "coupons_amount": "-¥0.00", | 146 | "coupons_amount": "-¥0.00", |
-
Please register or login to post a comment