04、获取属性分组详情 websocket测试 GET /product/attrgroup/info/{attrGroupId} 响应参数 参数名 类型 描述 必填 code int 示例:0 必填 msg string 示例:success 必填 attrGroup object 数据字典 必填 attrGroupId int 示例:1 必填 attrGroupName string 示例:主体 必填 sort int 示例:0 必填 descript object 示例:null 必填 icon object 示例:null 必填 catelogId int 示例:225 必填 catelogPath array 数据列表 必填 说明 / 示例 ~~~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 ] //完整分类路径 } } ~~~