Showing
1 changed file
with
4 additions
and
2 deletions
@@ -204,9 +204,11 @@ | @@ -204,9 +204,11 @@ | ||
204 | // 供应商编号 | 204 | // 供应商编号 |
205 | "supplier_id": "0", | 205 | "supplier_id": "0", |
206 | // 包裹运费 | 206 | // 包裹运费 |
207 | - "shopping_cost": "¥3.0", | 207 | + "shopping_cost": "2.00", |
208 | + // 运费优惠 | ||
209 | + "shopping_cut_cost": "5", | ||
208 | // 运费原价 | 210 | // 运费原价 |
209 | - "shopping_orig_cost": "¥5.0", | 211 | + "shopping_orig_cost": "5", |
210 | // 包裹中商品 | 212 | // 包裹中商品 |
211 | "goods_list": [ | 213 | "goods_list": [ |
212 | { | 214 | { |
-
Please register or login to post a comment