文档
测试

04、获取属性分组详情

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