Compare commits

...

2 Commits

Author SHA1 Message Date
wangsiyuan 5ad3062457 更新 website.cpython-311.pyc 2024-01-26 10:17:28 +08:00
wangsiyuan d3d4b30c9a 更新 website.py 2024-01-26 10:17:26 +08:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

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
}