From ebb9f40be542d28d741642b79fb69f95a4019aa6 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 5 May 2023 08:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9Enull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f56f80e..7a2bd63 100644 --- a/app.py +++ b/app.py @@ -117,7 +117,7 @@ def read_items( # return {"Hello": "World"} def lili( ): - content = {"code":"00000","message":"请求成功","plugin":null,"data":[{"content":"lilili","typed":1,"remark":null}]} + content = {"code":"00000","message":"请求成功","plugin":'null',"data":[{"content":"lilili","typed":1,"remark":'remark'}]} headers = {"Content-Type": "application/json"} return JSONResponse(content=content, headers=headers)