{
"taskId": 1, //taskId
"rejectType": "1,2,4", //审核不通过小项字符串 1、管理病种记录 2、操作手术记录 3、日常考勤 4、结业小结
"rejectReason":"写的一团糟合格不了一点" //退回原因
}
curl --location --request POST 'localhost:8077/education/api/graduationTask/taskApprovalReject' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 1, //taskId
"rejectType": "1,2,4", //审核不通过小项字符串 1、管理病种记录 2、操作手术记录 3、日常考勤 4、结业小结
"rejectReason":"写的一团糟合格不了一点" //退回原因
}'
{}