Showing
1 changed file
with
29 additions
and
0 deletions
@@ -274,4 +274,33 @@ | @@ -274,4 +274,33 @@ | ||
274 | "message": "save netSale video success." | 274 | "message": "save netSale video success." |
275 | } | 275 | } |
276 | 276 | ||
277 | +``` | ||
278 | + | ||
279 | + | ||
280 | + | ||
281 | + | ||
282 | +# 保存网销的小编推荐 | ||
283 | + | ||
284 | +> 接口名: `/product/saveNetSaleRecommend` | ||
285 | + | ||
286 | +### 入参 {"productSkn":50018101, "recommend":"recommend"} | ||
287 | + | ||
288 | +------------------------- | ||
289 | +|属性名称|类型|例子|说明|是否必填| | ||
290 | +|--------|----|----|----|--------| | ||
291 | +|productSkn|number||productSkn|必填| | ||
292 | +|recommend|string||小编推荐信息|必填| | ||
293 | + | ||
294 | +--------------------- | ||
295 | + | ||
296 | +### 返回 (code为200代表成功,否则看message的失败原因) | ||
297 | + | ||
298 | +``` json | ||
299 | +{ | ||
300 | + "code": 200, | ||
301 | + "data": [], | ||
302 | + "md5": "d751713988987e9331980363e24189ce", | ||
303 | + "message": "save netSale Recommend success." | ||
304 | +} | ||
305 | + | ||
277 | ``` | 306 | ``` |
-
Please register or login to post a comment