From 67cc0d100f86f5b4f0a96412fc331485ae081eae Mon Sep 17 00:00:00 2001 From: test1 Date: Tue, 22 Sep 2026 09:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=AC=E7=9D=BF=E6=99=BA=E7=89=9B=E9=80=BC?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PythonProject/api/teacher_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonProject/api/teacher_api.py b/PythonProject/api/teacher_api.py index dd6e738..c35169c 100644 --- a/PythonProject/api/teacher_api.py +++ b/PythonProject/api/teacher_api.py @@ -41,4 +41,4 @@ def delete_teacher1(t_id:int,session=Depends(get_db)): r=delete_teacher(id=t_id,session=session) if not r: raise HTTPException(status_code=500,detail='删除异常!') - return {'code': 200, 'detail': 'cg'} \ No newline at end of file + return {'code': 200, 'detail':'成功!'} \ No newline at end of file