From 156ceceb53a9f08a5a330130c2bcc8eccc049140 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 5 May 2023 08:38:12 +0800 Subject: [PATCH] feat: wenben --- app.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 7a2bd63..78d3a77 100644 --- a/app.py +++ b/app.py @@ -117,9 +117,11 @@ def read_items( # return {"Hello": "World"} def lili( ): - content = {"code":"00000","message":"请求成功","plugin":'null',"data":[{"content":"lilili","typed":1,"remark":'remark'}]} - headers = {"Content-Type": "application/json"} - return JSONResponse(content=content, headers=headers) + # content = {"code":"00000","message":"请求成功","plugin":'null',"data":[{"content":"lilili","typed":1,"remark":'remark'}]} + # headers = {"Content-Type": "application/json"} + # return JSONResponse(content=content, headers=headers) + return 'lili' +