Update shops_decorator.md
Showing
1 changed file
with
40 additions
and
0 deletions
@@ -189,6 +189,46 @@ | @@ -189,6 +189,46 @@ | ||
189 | |resources |是 |json | |资源 | | 189 | |resources |是 |json | |资源 | |
190 | 190 | ||
191 | 191 | ||
192 | +## 获取店铺下的BLK商品 | ||
193 | +> POST `/ShopsDecoratorRest/findBlkProductByShopsId` | ||
194 | + | ||
195 | +### 入参 | ||
196 | + | ||
197 | +```json | ||
198 | + | ||
199 | +{ | ||
200 | + "shopsId":8, | ||
201 | + "size":2 | ||
202 | +} | ||
203 | + | ||
204 | +|参数名 |必填 |类型 |示例值 |描述 | | ||
205 | +|------ |---- |---- |------ |---- | | ||
206 | +|shopsId |是 |int |1 |店铺Id | | ||
207 | +|size |否 |int |1 |每页大小 | | ||
208 | + | ||
209 | +### 返回 | ||
210 | + | ||
211 | +```json | ||
212 | + | ||
213 | + { | ||
214 | + "code": 200, | ||
215 | + "data": { | ||
216 | + "product_list": [ | ||
217 | + { | ||
218 | + "cnAlphabet": "OVERKILL TianShiShanYangTEE", | ||
219 | + "goodsId": "3", | ||
220 | + "productId": "3", | ||
221 | + "productName": "okokok1111", | ||
222 | + "productSkn": "500011", | ||
223 | + "salesPrice": "10", | ||
224 | + "src": "http://img10.static.yhbimg.com\goodsimg/2011/06/23/04/011566b0c669fbcf560e7ca3b1c3569b2e.jpg" | ||
225 | + } | ||
226 | + ] | ||
227 | + }, | ||
228 | + "md5": "0b38c706c8d060e8d2d04a4edd9eef45", | ||
229 | + "message": "操作成功" | ||
230 | + } | ||
231 | + | ||
192 | ## 查询店铺装修信息 | 232 | ## 查询店铺装修信息 |
193 | > POST `/ShopsDecoratorRest/findShopsDecorator` | 233 | > POST `/ShopsDecoratorRest/findShopsDecorator` |
194 | 234 |
-
Please register or login to post a comment