请求参数
```json
{
skuId: "",
skuTitle: "",
skuPrice: 1,
skuImg: "",
saleCount: 1,
hasStock: false,
hotScore: 1,
brandId: 1
catalogId: 1
brandName: "",
brandImg: "",
catalogName: ""
attrs: [
{
attrId:0,
attrName:""
attrValue: ""
}
]
}
```
响应参数
```json
{
"msg": "success",
"code": 0
}
```