...
|
...
|
@@ -274,4 +274,33 @@ |
|
|
"message": "save netSale video success."
|
|
|
}
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 保存网销的小编推荐
|
|
|
|
|
|
> 接口名: `/product/saveNetSaleRecommend`
|
|
|
|
|
|
### 入参 {"productSkn":50018101, "recommend":"recommend"}
|
|
|
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|是否必填|
|
|
|
|--------|----|----|----|--------|
|
|
|
|productSkn|number||productSkn|必填|
|
|
|
|recommend|string||小编推荐信息|必填|
|
|
|
|
|
|
---------------------
|
|
|
|
|
|
### 返回 (code为200代表成功,否则看message的失败原因)
|
|
|
|
|
|
``` json
|
|
|
{
|
|
|
"code": 200,
|
|
|
"data": [],
|
|
|
"md5": "d751713988987e9331980363e24189ce",
|
|
|
"message": "save netSale Recommend success."
|
|
|
}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
...
|
...
|
|