文档
测试

08、修改属性

POST
/product/attr/update

请求参数

```json { "attrId": 0, //属性id "attrGroupId": 0, //属性分组id "attrName": "string",//属性名 "attrType": 0, //属性类型 "catelogId": 0, //分类id "enable": 0, //是否可用 "icon": "string", //图标 "searchType": 0, //是否检索 "showDesc": 0, //快速展示 "valueSelect": "string", //可选值列表 "valueType": 0 //可选值模式 } ``` > 分页数据

响应数据

```json { "msg": "success", "code": 0 } ```