{
"teachId": 48221,
"teachName": "步泰清",
"deptId": 1209,
"activityTime": "2023-11-16 08:00",
"id": 4477,
"activityAddress": "测试活动地点",
"activityType": 15,
"teachHeadline": "测试添加教学计划"
}
curl --location --request POST 'localhost:8077/temp/sysTeachActivityPlan/updatePlanApp' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"teachId": 48221,
"teachName": "步泰清",
"deptId": 1209,
"activityTime": "2023-11-16 08:00",
"id": 4477,
"activityAddress": "测试活动地点",
"activityType": 15,
"teachHeadline": "测试添加教学计划"
}'
{
"code": 0,
"errorCode": 0,
"message": "string",
"result": "string",
"success": true
}