Update newShoppingCart.md
Showing
1 changed file
with
36 additions
and
0 deletions
@@ -807,4 +807,40 @@ | @@ -807,4 +807,40 @@ | ||
807 | ### 正常返回结果 | 807 | ### 正常返回结果 |
808 | ```json | 808 | ```json |
809 | 同查询购物车返回结果 | 809 | 同查询购物车返回结果 |
810 | +``` | ||
811 | + | ||
812 | +### 更换赠品、加价购 | ||
813 | + | ||
814 | +### 接口说明 | ||
815 | + | ||
816 | +| 接口说明 | 接口说明 | | ||
817 | +| :-- | -----: | | ||
818 | +| 接口名 | app.Shopping.swapGift | | ||
819 | +| 接口说明 | 更换赠品、加价购 | | ||
820 | +| http请求方式 | GET/POST | | ||
821 | + | ||
822 | +### 请求参数 | ||
823 | +| 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | | ||
824 | +| :-- | :-- | :-- | :-- | :-- | :-- | | ||
825 | +| method | string | 是 | app.Shopping.swapGift | | | | ||
826 | +| uid | int | 否 | 5772257 | | | | ||
827 | +| shopping_key | string | 否 | c36408a268e9b9418189d9a71967379e | | | | ||
828 | +| promotion_id | int | 是 | 111111 | | | | ||
829 | +| new_product_sku | int | 是 | 1 | | | | ||
830 | +| old_product_sku | int | 是 | 2 | | | | ||
831 | +| client_type | string | | web | web | | | ||
832 | + | ||
833 | +### 正常返回结果 | ||
834 | +```json | ||
835 | +{ | ||
836 | + { | ||
837 | + "alg": "SALT_MD5", | ||
838 | + "code": 200, | ||
839 | + "data": { | ||
840 | + "shopping_key":"xxxxx", | ||
841 | + "goods_count":1 //0是否,大于 0,表示成功 | ||
842 | + }, | ||
843 | + "md5": "e2c62030c5404412b17e56bbd90f39de", | ||
844 | + "message": "cart goods list." | ||
845 | + } | ||
810 | ``` | 846 | ``` |
-
Please register or login to post a comment