From b123753c60eb682dc6c19ef451e9c109f51dbae7 Mon Sep 17 00:00:00 2001 From: Windows <469463859@qq.com> Date: Sat, 19 Sep 2026 14:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A4=E6=AC=A1=E6=96=B0=E5=A2=9E=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=96=B0=E7=9A=84=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.py b/main.py index 3e72dc3..7c49f66 100644 --- a/main.py +++ b/main.py @@ -9,3 +9,8 @@ app.include_router(order_api,tags=['订单接口'],prefix='/orders') if __name__ == '__main__': import uvicorn uvicorn.run("main:app",host='0.0.0.0',port=12345) + + +#20260919 +async def add_pros(a,b,c,d): + print(a,b,c,d) \ No newline at end of file