Showing
1 changed file
with
29 additions
and
0 deletions
@@ -85,6 +85,35 @@ | @@ -85,6 +85,35 @@ | ||
85 | 85 | ||
86 | ``` | 86 | ``` |
87 | 87 | ||
88 | + | ||
89 | +# 新增商品描述 | ||
90 | + | ||
91 | +> 接口名: `/product/saveProductDesc` | ||
92 | + | ||
93 | +### 入参 | ||
94 | +{"productSkn":50000055, "productDesc":"商品描述信息"} | ||
95 | + | ||
96 | +------------------------- | ||
97 | +|属性名称|类型|例子|说明|是否必填| | ||
98 | +|--------|----|----|----|--------| | ||
99 | +|productSkn|number|50018101|skn|必填| | ||
100 | +|productDesc|string||描述信息|必填| | ||
101 | +--------------------- | ||
102 | + | ||
103 | +### 返回 (code为200代表成功,否则看message的失败原因) | ||
104 | + | ||
105 | +``` json | ||
106 | +{ | ||
107 | + "code": 200, | ||
108 | + "data": [], | ||
109 | + "md5": "d751713988987e9331980363e24189ce", | ||
110 | + "message": "save netSale product desc success." | ||
111 | +} | ||
112 | + | ||
113 | +``` | ||
114 | + | ||
115 | + | ||
116 | + | ||
88 | # 获取单个商品搭配信息 | 117 | # 获取单个商品搭配信息 |
89 | 118 | ||
90 | > 接口名: `/collocation/selectCollocationById` | 119 | > 接口名: `/collocation/selectCollocationById` |
-
Please register or login to post a comment