feat: wenben
This commit is contained in:
8
app.py
8
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'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user