curl --location --request GET '/api/supervision/suggest-proc?deptId=&keyWords' \ --header 'Authorization;' \ --header 'openid;'
{ "data": [ { "id": 3, "department": "作曲系", "specialtyDepartment": 1, "teachersList": [ { "departmentId": 3, "teacherId": 15, "teacherName": "刘碧玥" } ] } ], "errorCode": 0, "msg": "" }