From 3250a0b725fd2c339f504928a2e40e6962d36c76 Mon Sep 17 00:00:00 2001 From: 1 <1@1> Date: Sat, 19 Sep 2026 14:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9A=AF=E5=9A=AF=E5=9A=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database.py | 1 + 1 file changed, 1 insertion(+) diff --git a/database.py b/database.py index 33ad37d..977f22d 100644 --- a/database.py +++ b/database.py @@ -29,3 +29,4 @@ def get_orders(order:OrderRequest,id:int,db=Depends(get_db)): db.commit() print('更新影响的行数:',rows) return {'code':200,'totals':rows,'detail':'更新成功'} +'嘿嘿'