Showing
1 changed file
with
43 additions
and
3 deletions
@@ -16,6 +16,8 @@ | @@ -16,6 +16,8 @@ | ||
16 | | :-- | :-- | :-- | :-- | :-- | :-- | | 16 | | :-- | :-- | :-- | :-- | :-- | :-- | |
17 | | method | string | 是 | app.ShoppingForOffline.query | | | | 17 | | method | string | 是 | app.ShoppingForOffline.query | | | |
18 | | shopping_key | string | 是 | 0cf4a54b77726692d55f384daa60ecc9 | | 购物车id| | 18 | | shopping_key | string | 是 | 0cf4a54b77726692d55f384daa60ecc9 | | 购物车id| |
19 | +| warehouse_id | int | 是 | 12 | | 仓库id| | ||
20 | + | ||
19 | 21 | ||
20 | 22 | ||
21 | ### 正常返回结果 | 23 | ### 正常返回结果 |
@@ -76,8 +78,10 @@ | @@ -76,8 +78,10 @@ | ||
76 | "size_name": "S", | 78 | "size_name": "S", |
77 | "small_sort_id": "123", | 79 | "small_sort_id": "123", |
78 | "storage_number": "1", | 80 | "storage_number": "1", |
79 | - "online_storage_number": "1", //线上库存 | ||
80 | - "offline_storage_number": "1", //门店库存 | 81 | + "offline_goods_status":1, //1.正常 2. 失效状态 |
82 | + "offline_storage_status":1, //1.正常 2. 售罄状态 | ||
83 | + "online_storage_number": 1, //线上库存 | ||
84 | + "offline_storage_number": 1, //门店库存 | ||
81 | "str_subtotal": "¥100.00", | 85 | "str_subtotal": "¥100.00", |
82 | "subtotal": 100, | 86 | "subtotal": 100, |
83 | "supplier_id": 0, | 87 | "supplier_id": 0, |
@@ -272,7 +276,7 @@ | @@ -272,7 +276,7 @@ | ||
272 | | product_skn | int | 否 | 1111111 | |skn | | 276 | | product_skn | int | 否 | 1111111 | |skn | |
273 | | offline_buy_number| int | 否 | | | 门店购买数量 | | 277 | | offline_buy_number| int | 否 | | | 门店购买数量 | |
274 | | online_buy_number| int | 否 | | | 线上购买数量 | | 278 | | online_buy_number| int | 否 | | | 线上购买数量 | |
275 | -| store_id | int | 是 | | | 门店id | | 279 | +| warehouse_id | int | 是 | | | 仓库id | |
276 | | promotion_id | int | 否 | | | 促销优惠id | | 280 | | promotion_id | int | 否 | | | 促销优惠id | |
277 | | shopping_key | string | 否 | c36408a268e9b9418189d9a71967379e | | 购物车| | 281 | | shopping_key | string | 否 | c36408a268e9b9418189d9a71967379e | | 购物车| |
278 | 282 | ||
@@ -308,6 +312,7 @@ | @@ -308,6 +312,7 @@ | ||
308 | | product_sku | int | 是 | 12121212 | |sku | | 312 | | product_sku | int | 是 | 12121212 | |sku | |
309 | | buy_type| int | 是 | | | 1:门店取货,2:线上购买 | | 313 | | buy_type| int | 是 | | | 1:门店取货,2:线上购买 | |
310 | | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车| | 314 | | shopping_key | string | 是 | c36408a268e9b9418189d9a71967379e | | 购物车| |
315 | +| warehouse_id | int | 是 | | | 仓库id | | ||
311 | | increase_number | int | 是 | 1 | 1 | 增加数量 | | 316 | | increase_number | int | 是 | 1 | 1 | 增加数量 | |
312 | 317 | ||
313 | ### 正常返回结果 | 318 | ### 正常返回结果 |
@@ -522,6 +527,41 @@ | @@ -522,6 +527,41 @@ | ||
522 | ``` | 527 | ``` |
523 | 528 | ||
524 | 529 | ||
530 | +### 批量解除临时购物车商品 | ||
531 | + | ||
532 | +### 接口说明 | ||
533 | + | ||
534 | +| 接口说明 | 接口说明 | | ||
535 | +| :-- | -----: | | ||
536 | +| 接口名 | app.ShoppingForOffline.batchunlock | | ||
537 | +| 接口说明 | 批量解除临时购物车商品 | | ||
538 | +| 接口说明 | 1.如果该shoppingkey已经与手环绑定则报错| | ||
539 | + | ||
540 | +| http请求方式 | GET/POST | | ||
541 | + | ||
542 | +### 请求参数 | ||
543 | +| 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | | ||
544 | +| :-- | :-- | :-- | :-- | :-- | :-- | | ||
545 | +| method | string | 是 | app.ShoppingForOffline.batchunlock | | | | ||
546 | +| shopping_key | string | 否 | c36408a268e9b9418189d9a71967379e | | 购物车| | ||
547 | + | ||
548 | + | ||
549 | +### 正常返回结果 | ||
550 | +```json | ||
551 | +{ | ||
552 | + "alg": "SALT_MD5", | ||
553 | + "code": 200, | ||
554 | + "data": { | ||
555 | + "shopping_key": "c36408a268e9b9418189d9a71967379e" //手环 | ||
556 | + "md5_qr_key": "c36408a268e9b9418189d9a719673734e" //md5后的手环 | ||
557 | + | ||
558 | + }, | ||
559 | + "md5": "5f7db2059c7e09259edca244025949a9", | ||
560 | + "message": "操作成功" | ||
561 | +} | ||
562 | +``` | ||
563 | + | ||
564 | + | ||
525 | ### 解除绑定手环 | 565 | ### 解除绑定手环 |
526 | 566 | ||
527 | ### 接口说明 | 567 | ### 接口说明 |
-
Please register or login to post a comment