path_key	methods	modules	api_keys	reason
/index.php	GET,POST	超管后台/通用接口 | AI运动营养师/首页/早餐及早加餐、菜品营养	GET /index.php | POST /index.php	same_path_multiple_operations
/pet	POST,PUT	示例接口	POST /pet | PUT /pet	same_path_multiple_operations
/pet/{petid}	DELETE,GET	示例接口	DELETE /pet/{petId} | GET /pet/{petId}	same_path_multiple_operations
/m/staff/getbaseinfo	POST	移动端	POST /m/staff/getbaseinfo | POST /m/staff/getBaseInfo	same_path_multiple_operations
/p/datemenu/getdishes	POST	国防科技大学/配餐管理 | 接口调式	POST /p/DateMenu/getDishes | POST /p/dateMenu/getDishes	same_path_multiple_operations
/p/staff/delete	POST,GET	国防科技大学/综合管理 | PC端	POST /p/staff/delete | GET /p/staff/delete	same_path_multiple_operations
/p/api/all_dish	POST,GET	移动端 | 智能硬件/膳食智能台(500型)/定时同步	POST /p/api/all_dish | GET /p/api/all_dish	same_path_multiple_operations
/p/api/articleinfo	GET,POST	智能硬件 | PC端/营养资讯	GET /p/api/articleInfo | POST /p/api/articleInfo	same_path_multiple_operations
/p/api/getstaffbyname	GET,POST	智能硬件/膳食智能台(500型)/人脸管理 | 智能硬件/智盘	GET /p/Api/getStaffByName | POST /p/Api/getStaffByName	same_path_multiple_operations
/p/login/login	POST	PC端	POST /p/login/login | POST /p/Login/login	same_path_multiple_operations
/p/staff/export	POST,GET	PC端 | PC端/人员管理	POST /p/staff/export | GET /p/staff/export	same_path_multiple_operations
