Showing
1 changed file
with
27 additions
and
0 deletions
订单/ShoppingCart.md
0 → 100644
1 | +# 购物车服务接口 | ||
2 | + | ||
3 | +### 购物车查询 | ||
4 | + | ||
5 | + | ||
6 | +### 接口说明 | ||
7 | + | ||
8 | +| 接口说明 | 接口说明 | | ||
9 | +| :-- | -----: | | ||
10 | +| 接口名 | app.Shopping.cart | | ||
11 | +| 接口说明 | 查询购物车 | | ||
12 | +| http请求方式 | GET/POST | | ||
13 | + | ||
14 | +### 请求参数 | ||
15 | +| 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | | ||
16 | +| :-- | :-- | :-- | :-- | :-- | :-- | | ||
17 | +| method | string | 是 | app.Shopping.cart | | | | ||
18 | +| uid | int | 否 | 5772257 | | | | ||
19 | +| shopping_key | string | 否 | c36408a268e9b9418189d9a71967379e | | | | ||
20 | +| sale_channel | string | 否 | 1 | 1 | | | ||
21 | + | ||
22 | +### 正常返回结果 | ||
23 | +```json | ||
24 | +{ | ||
25 | + | ||
26 | +} | ||
27 | +``` |
-
Please register or login to post a comment