{
"groupId": 0,
"groupName": "string",
"groupRemark": "string",
"groupCount": 0,
"groupCreate": "string",
"createUserId": 0,
"areaId": "string",
"groupType": "string",
"orderByName": "string",
"deviceLists": [
0
]
}
curl --location --request POST '/api/group/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 0,
"groupName": "string",
"groupRemark": "string",
"groupCount": 0,
"groupCreate": "string",
"createUserId": 0,
"areaId": "string",
"groupType": "string",
"orderByName": "string",
"deviceLists": [
0
]
}'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}