Showing
1 changed file
with
5 additions
and
3 deletions
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | |size|Number|10|每页显示条数,默认10| | 22 | |size|Number|10|每页显示条数,默认10| |
23 | --------------------- | 23 | --------------------- |
24 | 24 | ||
25 | -### 返回 | 25 | +### 返回(备注: ("1", "男")("2", "女")("3", "通用") |
26 | 26 | ||
27 | ``` json | 27 | ``` json |
28 | { | 28 | { |
@@ -54,7 +54,8 @@ | @@ -54,7 +54,8 @@ | ||
54 | "vip_discount_type": 1, | 54 | "vip_discount_type": 1, |
55 | "vip_price": 0, | 55 | "vip_price": 0, |
56 | "shop_id":1, | 56 | "shop_id":1, |
57 | - "shop_name":"店铺名称" | 57 | + "shop_name":"店铺名称", |
58 | + "gender":"1" | ||
58 | }, | 59 | }, |
59 | { | 60 | { |
60 | "brand_id": 187, | 61 | "brand_id": 187, |
@@ -81,7 +82,8 @@ | @@ -81,7 +82,8 @@ | ||
81 | "vip_discount_type": 1, | 82 | "vip_discount_type": 1, |
82 | "vip_price": 0, | 83 | "vip_price": 0, |
83 | "shop_id":1, | 84 | "shop_id":1, |
84 | - "shop_name":"店铺名称" | 85 | + "shop_name":"店铺名称", |
86 | + "gender":"1" | ||
85 | } | 87 | } |
86 | ], | 88 | ], |
87 | "number": 1, | 89 | "number": 1, |
-
Please register or login to post a comment