获取属性分组详情 websocket测试 GET /product/attrgroup/info/{attrGroupId} 响应示例 ```JSON { "code": 0, "msg": "success", "attrGroup": { "attrGroupId": 1, "attrGroupName": "主体", "sort": 0, "descript": null, "icon": null, "catelogId": 225, "catelogPath": [ 2, 34, 225 ] //完整分类路径 } } ```
```JSON { "code": 0, "msg": "success", "attrGroup": { "attrGroupId": 1, "attrGroupName": "主体", "sort": 0, "descript": null, "icon": null, "catelogId": 225, "catelogPath": [ 2, 34, 225 ] //完整分类路径 } } ```