Showing
1 changed file
with
10 additions
and
8 deletions
@@ -192,7 +192,9 @@ | @@ -192,7 +192,9 @@ | ||
192 | "use_limit_code": "N", | 192 | "use_limit_code": "N", |
193 | "user_confirm_paid": "N", | 193 | "user_confirm_paid": "N", |
194 | "user_name": "骆秀春", | 194 | "user_name": "骆秀春", |
195 | + // 使用YOHO币价格 | ||
195 | "yoho_coin_num": "-¥9.60", | 196 | "yoho_coin_num": "-¥9.60", |
197 | + // 返YOHO币个数 | ||
196 | "yoho_give_coin": 0, | 198 | "yoho_give_coin": 0, |
197 | // 是否包含多个包裹 Y:分仓调拨,N:单个包裹 | 199 | // 是否包含多个包裹 Y:分仓调拨,N:单个包裹 |
198 | "is_multi_package": "Y", | 200 | "is_multi_package": "Y", |
@@ -201,6 +203,10 @@ | @@ -201,6 +203,10 @@ | ||
201 | { | 203 | { |
202 | // 供应商编号 | 204 | // 供应商编号 |
203 | "supplier_id": "0", | 205 | "supplier_id": "0", |
206 | + // 包裹运费 | ||
207 | + "shopping_cost": "¥3.0", | ||
208 | + // 运费原价 | ||
209 | + "shopping_orig_cost": "¥5.0", | ||
204 | // 包裹中商品 | 210 | // 包裹中商品 |
205 | "goods_list": [ | 211 | "goods_list": [ |
206 | { | 212 | { |
@@ -219,14 +225,12 @@ | @@ -219,14 +225,12 @@ | ||
219 | "cn_alphabet": "004QiFenBuKu004PA095", | 225 | "cn_alphabet": "004QiFenBuKu004PA095", |
220 | "expect_arrival_time": "" | 226 | "expect_arrival_time": "" |
221 | } | 227 | } |
222 | - ], | ||
223 | - // 包裹运费 | ||
224 | - "shopping_cost": 3, | ||
225 | - // 运费原价 | ||
226 | - "shopping_orig_cost": 10 | 228 | + ] |
227 | }, | 229 | }, |
228 | { | 230 | { |
229 | "supplier_id": "23", | 231 | "supplier_id": "23", |
232 | + "shopping_cost": "¥2.0", | ||
233 | + "shopping_orig_cost": "¥5.0", | ||
230 | "goods_list": [ | 234 | "goods_list": [ |
231 | { | 235 | { |
232 | "buy_number": 1, | 236 | "buy_number": 1, |
@@ -244,9 +248,7 @@ | @@ -244,9 +248,7 @@ | ||
244 | "cn_alphabet": "004QiFenBuKu004PA095", | 248 | "cn_alphabet": "004QiFenBuKu004PA095", |
245 | "expect_arrival_time": "" | 249 | "expect_arrival_time": "" |
246 | } | 250 | } |
247 | - ], | ||
248 | - "shopping_cost": 3, | ||
249 | - "shopping_orig_cost": 10 | 251 | + ] |
250 | } | 252 | } |
251 | ] | 253 | ] |
252 | }, | 254 | }, |
-
Please register or login to post a comment