{
"year": "string",
"deptId": 0,
"addOrUpdate": "string",
"planRequests": [
{
"activityType": 0,
"activityTime": "string",
"activityAddress": "string",
"teachId": 0,
"teachName": "string",
"teachHeadline": "string"
}
]
}
curl --location --request POST 'http://192.168.1.109:8090/temp/sysTeachActivityPlan/addPlan' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": "string",
"deptId": 0,
"addOrUpdate": "string",
"planRequests": [
{
"activityType": 0,
"activityTime": "string",
"activityAddress": "string",
"teachId": 0,
"teachName": "string",
"teachHeadline": "string"
}
]
}'
{}