响应参数
参数名
类型
描述
必填
prodGroupList
array
数据列表
必填
productGroupId
string
商品分组编号
必填
productGroupName
string
商品分组名称
必填
dishIdsWithGroup
array
商品分组下商品编号数组
必填
返回示例
```json
{
"prodGroupList": [
{
"productGroupId": "1415594362561175552",
"productGroupName": "2",
"dishIdsWithGroup": [
"1417022062526013440",
"1417022078133018624",
"1417768893424349184"
]
},
{
"productGroupId": "1415594362506649600",
"productGroupName": "汽水",
"dishIdsWithGroup": [
"1424920878571708416"
]
}
]
}
```