文档
测试

02、修改分类父子关系以及顺序

GET
/product/attrgroup/info/{attrGroupId}

响应参数

参数名
类型
描述
必填
code
int
0-成功,其他业务码-失败
必填
msg
String
提示消息
必填
data
Array
数据
必填

说明 / 示例

{     "code": 0,     "msg": "success",     "attrGroup": {         "attrGroupId": 1,         "attrGroupName": "主体",         "sort": 0,         "descript": null,         "icon": null,         "catelogId": 225,         "catelogPath": [             2,             34,             225         ] //完整分类路径     } }