修改getProductAttribute响应格式
Showing
1 changed file
with
4 additions
and
1 deletions
@@ -151,6 +151,8 @@ | @@ -151,6 +151,8 @@ | ||
151 | |属性名称|类型|例子|说明|是否必填| | 151 | |属性名称|类型|例子|说明|是否必填| |
152 | |--------|----|----|----|--------| | 152 | |--------|----|----|----|--------| |
153 | |categoryId|int|1|目录ID|是 | 153 | |categoryId|int|1|目录ID|是 |
154 | +|page|int|1|当前第几页|否 | ||
155 | +|size|int|1|每页多少条|否 | ||
154 | --------------------- | 156 | --------------------- |
155 | 157 | ||
156 | ### 返回 | 158 | ### 返回 |
@@ -158,7 +160,8 @@ | @@ -158,7 +160,8 @@ | ||
158 | ``` json | 160 | ``` json |
159 | { | 161 | { |
160 | "code": 200, | 162 | "code": 200, |
161 | - "data": [ | 163 | + "data": |
164 | + "list":[ | ||
162 | { | 165 | { |
163 | "attributeId": 15, | 166 | "attributeId": 15, |
164 | "attributeName": "防风外套属性", | 167 | "attributeName": "防风外套属性", |
-
Please register or login to post a comment