{
"description": "小区管理",
"gid": 800201904004,
"groupType": "P_WEB",
"icon": "fa fa-th-large",
"label": "TOP",
"name": "小区",
"seq": 1,
"storeType": 800900000003
}
curl --location --request PUT '/j1-manumana/menu-group/update-menu-group' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "小区管理",
"gid": 800201904004,
"groupType": "P_WEB",
"icon": "fa fa-th-large",
"label": "TOP",
"name": "小区",
"seq": 1,
"storeType": 800900000003
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}