diff --git a/routers/blogmanage.py b/routers/blogmanage.py index cd00dba..3837d38 100644 --- a/routers/blogmanage.py +++ b/routers/blogmanage.py @@ -78,4 +78,5 @@ async def blog_list_search( async def get_id_blog(id:str=Path(description="博客id")): select_query="SELECT * FROM blogs WHERE id=%s" blog_list=execute_query(select_query,(id,)) - return response_success(data=blog_list,message="blog search success") \ No newline at end of file + return response_success(data=blog_list,message="blog search success") +# 我就测试一下 \ No newline at end of file