文档
测试

查询属性详情

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 ] //分类完整路径 } } ```