Authorization: Bearer ********************{
"id": "string",
"name": "string",
"category": "string",
"point": 0,
"teacherId": 0,
"teacherName": "string",
"classroom": "string",
"weekStart": 0,
"weekEnd": 0,
"period": 0,
"time": "string",
"college": "string",
"term": "string",
"classNum": "string",
"type": "必修",
"capacity": 0,
"status": "待审批",
"intro": "string",
"examination": 0,
"f_reason": "string",
"published": true,
"regularRatio": 0,
"finalRatio": 0,
"courseId": 0
}curl --location --request POST '/class/adUpdate/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"category": "string",
"point": 0,
"teacherId": 0,
"teacherName": "string",
"classroom": "string",
"weekStart": 0,
"weekEnd": 0,
"period": 0,
"time": "string",
"college": "string",
"term": "string",
"classNum": "string",
"type": "必修",
"capacity": 0,
"status": "待审批",
"intro": "string",
"examination": 0,
"f_reason": "string",
"published": true,
"regularRatio": 0,
"finalRatio": 0,
"courseId": 0
}'{
"code": 0,
"data": {},
"msg": ""
}