Showing
1 changed file
with
29 additions
and
0 deletions
@@ -245,4 +245,33 @@ | @@ -245,4 +245,33 @@ | ||
245 | "message": "Product Collocation List." | 245 | "message": "Product Collocation List." |
246 | } | 246 | } |
247 | 247 | ||
248 | +``` | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | +# 保存网销的视频信息 | ||
254 | + | ||
255 | +> 接口名: `/product/saveNetSaleVideo` | ||
256 | + | ||
257 | +### 入参 {"productSkn": 50018101, "videoUrl":"url"} | ||
258 | + | ||
259 | +------------------------- | ||
260 | +|属性名称|类型|例子|说明|是否必填| | ||
261 | +|--------|----|----|----|--------| | ||
262 | +|productSkn|number||productSkn|必填| | ||
263 | +|videoUrl|string||视频的链接地址|必填| | ||
264 | + | ||
265 | +--------------------- | ||
266 | + | ||
267 | +### 返回 (code为200代表成功,否则看message的失败原因) | ||
268 | + | ||
269 | +``` json | ||
270 | +{ | ||
271 | + "code": 200, | ||
272 | + "data": [], | ||
273 | + "md5": "d751713988987e9331980363e24189ce", | ||
274 | + "message": "save netSale video success." | ||
275 | +} | ||
276 | + | ||
248 | ``` | 277 | ``` |
-
Please register or login to post a comment