文档
测试

01、添加sku到elasticsearch

POST
/search/save/product

请求参数

```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 } ```