Authored by mali

接口

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