文档
测试

07、查询属性详情

GET
/product/attr/info/{attrId}

响应数据

```json { "msg": "success", "code": 0, "attr": { "attrId": 4, "attrName": "aad", "searchType": 1, "valueType": 1, "icon": "qq", "valueSelect": "v;q;w", "attrType": 1, "enable": 1, "showDesc": 1, "attrGroupId": 1, //分组id "catelogId": 225, //分类id "catelogPath": [2, 34, 225] //分类完整路径 } } ```