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)