马睿智牛逼!
This commit is contained in:
@@ -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'}
|
||||
return {'code': 200, 'detail':'成功!'}
|
||||
Reference in New Issue
Block a user