{ "deptId": 3, // 院系id "teacherIds": [] // 教师id }
curl --location --request POST '/api/supervision/suggest-proc' \ --header 'Authorization;' \ --header 'openid;' \ --header 'Content-Type: application/json' \ --data-raw '{ "deptId": 3, // 院系id "teacherIds": [] // 教师id }'
{}