...
|
...
|
@@ -196,6 +196,7 @@ |
|
|
"yoho_coin_num": "0"
|
|
|
}
|
|
|
],
|
|
|
"pool_batch_no": 0,
|
|
|
"pool_buy_number": "3",
|
|
|
"pool_id": 0,
|
|
|
"pool_storage_number": "1",
|
...
|
...
|
@@ -281,6 +282,7 @@ |
|
|
},
|
|
|
{
|
|
|
"attribute": "1",
|
|
|
"batch_no": 1491961816722,
|
|
|
"brand_domain": "T.U.K",
|
|
|
"brand_id": "517",
|
|
|
"brand_name": "tuk",
|
...
|
...
|
@@ -354,6 +356,7 @@ |
|
|
"yoho_coin_num": "0"
|
|
|
}
|
|
|
],
|
|
|
"pool_batch_no": 1491961816722,
|
|
|
"pool_buy_number": "2",//套餐的购买数量
|
|
|
"pool_id": 100718,//套餐池id,
|
|
|
"pool_storage_number": "111",//套餐池库存
|
...
|
...
|
@@ -506,7 +509,7 @@ |
|
|
| method | string | 是 | app.Shopping.selectedAndQryCart | | |
|
|
|
| uid | int | 是 | 5772257 | | |
|
|
|
| shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | |
|
|
|
| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12,"selected":"N"}] | | |
|
|
|
| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12,"batch_no":1491961816722,"selected":"N"}] | | |
|
|
|
|
|
|
### product_sku_list参数
|
|
|
| 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 |
|
...
|
...
|
@@ -539,7 +542,7 @@ |
|
|
| method | string | 是 | app.Shopping.removeAndQryCart | | |
|
|
|
| uid | int | 是 | 5772257 | | |
|
|
|
| shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | |
|
|
|
| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12}] | | |
|
|
|
| product_sku_list | string | 是 | [{"product_sku":131874,"buy_number":2,"promotion_id":0,"activity_id":12,"batch_no":1491961816722}] | | |
|
|
|
|
|
|
### product_sku_list参数
|
|
|
| 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 |
|
...
|
...
|
@@ -573,7 +576,7 @@ |
|
|
| shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车key|
|
|
|
| increase_number | int | 是 | 1 | 1 | 增加数量 |
|
|
|
| activity_id | int | 是 | | | 活动id |
|
|
|
| sku_ids | string | 是 | | | 用,分割skuid |
|
|
|
| batch_no | long | 是 | | | 套餐批次 |
|
|
|
|
|
|
### 正常返回结果
|
|
|
```json
|
...
|
...
|
@@ -608,7 +611,7 @@ |
|
|
| shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车key|
|
|
|
| decrease_number | int | 是 | 1 | 1 | 减少数量 |
|
|
|
| activity_id | int | 是 | | | 活动id |
|
|
|
| sku_ids | string | 是 | | | 用,分割skuid |
|
|
|
| batch_no | long | 是 | | | 套餐批次 |
|
|
|
|
|
|
### 正常返回结果
|
|
|
```json
|
...
|
...
|
|