{
"classId": "string",
"userId": "string"
}
curl --location --request DELETE '43.139.194.209:8088/class/remove-student' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": "string",
"userId": "string"
}'
{"code":200,"msg":"操作成功"}