|
|
# 添加颜色接口
|
|
|
|
|
|
> 接口名: `/productColor/addProductColor/`
|
|
|
|
|
|
### 入参
|
|
|
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|是否必填|
|
|
|
|--------|----|----|----|--------|
|
|
|
|colorName|string|X色|颜色名称|是|
|
|
|
|colorCode|string|FFFF|RGB code|是|
|
|
|
|colorValue|string|www.io.png|图片URL|是|
|
|
|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
``` json
|
|
|
{
|
|
|
"code":200,
|
|
|
"message":"success"
|
|
|
}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
...
|
...
|
|