{
"teachHeadline": "座谈会1",
"teachId": 1891,
"teachName": "产科带教",
"teachPositionName": "主治医师",
"address": "11",
"attendList": [
2158
],
"completedUserId": 2144,
"completedUserName": "徐晓龙",
"deptId": 365,
"deptName": "产科",
"endDate": "08:00",
"endDateYear": "2022-06-13",
"remarks": "",
"startDate": "08:00",
"startDateYear": "2022-06-09"
}
curl --location --request POST 'localhost:8077/temp/api/forum/addTeachForum' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"teachHeadline": "座谈会1",
"teachId": 1891,
"teachName": "产科带教",
"teachPositionName": "主治医师",
"address": "11",
"attendList": [
2158
],
"completedUserId": 2144,
"completedUserName": "徐晓龙",
"deptId": 365,
"deptName": "产科",
"endDate": "08:00",
"endDateYear": "2022-06-13",
"remarks": "",
"startDate": "08:00",
"startDateYear": "2022-06-09"
}'
{
"code": 0,
"errorCode": 0,
"message": "新建任务成功",
"result": "新建任务成功",
"success": true
}