Showing
1 changed file
with
24 additions
and
0 deletions
inferface-document/net_sale.md
0 → 100644
1 | +# 添加颜色接口 | ||
2 | + | ||
3 | +> 接口名: `/productColor/addProductColor/` | ||
4 | + | ||
5 | +### 入参 | ||
6 | + | ||
7 | +------------------------- | ||
8 | +|属性名称|类型|例子|说明|是否必填| | ||
9 | +|--------|----|----|----|--------| | ||
10 | +|colorName|string|X色|颜色名称|是| | ||
11 | +|colorCode|string|FFFF|RGB code|是| | ||
12 | +|colorValue|string|www.io.png|图片URL|是| | ||
13 | + | ||
14 | +--------------------- | ||
15 | + | ||
16 | +### 返回 | ||
17 | + | ||
18 | +``` json | ||
19 | +{ | ||
20 | + "code":200, | ||
21 | + "message":"success" | ||
22 | +} | ||
23 | + | ||
24 | +``` |
-
Please register or login to post a comment