Authored by wujiexiang

套餐批次号

@@ -196,6 +196,7 @@ @@ -196,6 +196,7 @@
196 "yoho_coin_num": "0" 196 "yoho_coin_num": "0"
197 } 197 }
198 ], 198 ],
  199 + "pool_batch_no": 0,
199 "pool_buy_number": "3", 200 "pool_buy_number": "3",
200 "pool_id": 0, 201 "pool_id": 0,
201 "pool_storage_number": "1", 202 "pool_storage_number": "1",
@@ -281,6 +282,7 @@ @@ -281,6 +282,7 @@
281 }, 282 },
282 { 283 {
283 "attribute": "1", 284 "attribute": "1",
  285 + "batch_no": 1491961816722,
284 "brand_domain": "T.U.K", 286 "brand_domain": "T.U.K",
285 "brand_id": "517", 287 "brand_id": "517",
286 "brand_name": "tuk", 288 "brand_name": "tuk",
@@ -354,6 +356,7 @@ @@ -354,6 +356,7 @@
354 "yoho_coin_num": "0" 356 "yoho_coin_num": "0"
355 } 357 }
356 ], 358 ],
  359 + "pool_batch_no": 1491961816722,
357 "pool_buy_number": "2",//套餐的购买数量 360 "pool_buy_number": "2",//套餐的购买数量
358 "pool_id": 100718,//套餐池id, 361 "pool_id": 100718,//套餐池id,
359 "pool_storage_number": "111",//套餐池库存 362 "pool_storage_number": "111",//套餐池库存
@@ -506,7 +509,7 @@ @@ -506,7 +509,7 @@
506 | method | string | 是 | app.Shopping.selectedAndQryCart | | | 509 | method | string | 是 | app.Shopping.selectedAndQryCart | | |
507 | uid | int | 是 | 5772257 | | | 510 | uid | int | 是 | 5772257 | | |
508 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | | 511 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | |
509 -| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12,"selected":"N"}] | | | 512 +| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12,"batch_no":1491961816722,"selected":"N"}] | | |
510 513
511 ### product_sku_list参数 514 ### product_sku_list参数
512 | 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | 515 | 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 |
@@ -539,7 +542,7 @@ @@ -539,7 +542,7 @@
539 | method | string | 是 | app.Shopping.removeAndQryCart | | | 542 | method | string | 是 | app.Shopping.removeAndQryCart | | |
540 | uid | int | 是 | 5772257 | | | 543 | uid | int | 是 | 5772257 | | |
541 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | | 544 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | |
542 -| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12}] | | | 545 +| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12,"batch_no":1491961816722}] | | |
543 546
544 ### product_sku_list参数 547 ### product_sku_list参数
545 | 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | 548 | 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 |
@@ -573,7 +576,7 @@ @@ -573,7 +576,7 @@
573 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车key| 576 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车key|
574 | increase_number | int | 是 | 1 | 1 | 增加数量 | 577 | increase_number | int | 是 | 1 | 1 | 增加数量 |
575 | activity_id | int | 是 | | | 活动id | 578 | activity_id | int | 是 | | | 活动id |
576 -| sku_ids | string | 是 | | | 用,分割skuid | 579 +| batch_no | long | 是 | | | 套餐批次 |
577 580
578 ### 正常返回结果 581 ### 正常返回结果
579 ```json 582 ```json
@@ -608,7 +611,7 @@ @@ -608,7 +611,7 @@
608 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车key| 611 | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车key|
609 | decrease_number | int | 是 | 1 | 1 | 减少数量 | 612 | decrease_number | int | 是 | 1 | 1 | 减少数量 |
610 | activity_id | int | 是 | | | 活动id | 613 | activity_id | int | 是 | | | 活动id |
611 -| sku_ids | string | 是 | | | 用,分割skuid | 614 +| batch_no | long | 是 | | | 套餐批次 |
612 615
613 ### 正常返回结果 616 ### 正常返回结果
614 ```json 617 ```json