{
"userIds": [
0
],
"rotaType": 0,
"rotationUserType": 0,
"startTime": "string",
"hotUserRotationList": [
{
"startTime": "string",
"endTime": "string",
"deptId": 0,
"cycle": 0,
"status": 0
}
]
}
curl --location --request POST 'localhost:8077/rotation/api/rotation/createStudentRotation' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
0
],
"rotaType": 0,
"rotationUserType": 0,
"startTime": "string",
"hotUserRotationList": [
{
"startTime": "string",
"endTime": "string",
"deptId": 0,
"cycle": 0,
"status": 0
}
]
}'
{}