{
"classId": 102024022247010050,
"className": "正常班次",
"remark": "xxx",
"timePeriods": [
"15:43~16:42"
]
}curl --location --request PUT '/j4-orgmanager/shiftSetting/class' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": 102024022247010050,
"className": "正常班次",
"remark": "xxx",
"timePeriods": [
"15:43~16:42"
]
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}