更新 website.py

master
wangsiyuan 2024-01-26 10:17:26 +08:00
parent 6f93326ba0
commit d3d4b30c9a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ async def get_photo_list(page: int = 1, page_size: int = 10):
"code": 0,
"msg": "ok",
"data": photo_list,
"total_pages": total_pages
"page_count": total_pages
}