{
"classId" : 1,
"groupIds" : [113, 114]
}
curl --location --request POST 'localhost:8077/user/hosUserClass/addClassGroup' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId" : 1,
"groupIds" : [113, 114]
}'
{
"code": 0,
"errorCode": 0,
"message": "添加成功!",
"result": "添加成功!",
"success": true
}