add api querySizeListBySortId4Html
Showing
1 changed file
with
35 additions
and
0 deletions
@@ -172,3 +172,38 @@ | @@ -172,3 +172,38 @@ | ||
172 | 172 | ||
173 | ``` | 173 | ``` |
174 | 174 | ||
175 | +# 获取品类尺码列表(用于HTML页面多选) | ||
176 | + | ||
177 | +> 接口名: `/product/querySizeListBySortId4Html` | ||
178 | + | ||
179 | +### 入参 | ||
180 | + | ||
181 | +------------------------- | ||
182 | +|属性名称|类型|例子|说明|是否必填| | ||
183 | + | ||
184 | +|-------|----|----|----|-------| | ||
185 | +|sortId|int |1 |分类id|是| | ||
186 | +-------------------------------- | ||
187 | + | ||
188 | +### 返回 | ||
189 | + | ||
190 | +``` json | ||
191 | +{ | ||
192 | + "code": 200, | ||
193 | + "data": [ | ||
194 | + | ||
195 | + { | ||
196 | + "id": "562", | ||
197 | + "text": "xxl" | ||
198 | + }, | ||
199 | + { | ||
200 | + "id": "3", | ||
201 | + "text": "10.5码" | ||
202 | + } | ||
203 | + ] | ||
204 | + "md5": "4ebf5e614102a54b0025164d794f8032", | ||
205 | + "message": "sortsize List." | ||
206 | + } | ||
207 | + | ||
208 | +``` | ||
209 | + |
-
Please register or login to post a comment