Compare commits

..

No commits in common. "5ad3062457810102a31e054511b6c56520c027c9" and "6f93326ba00843e98aba61d510c02bfd4a11630b" have entirely different histories.

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, "code": 0,
"msg": "ok", "msg": "ok",
"data": photo_list, "data": photo_list,
"page_count": total_pages "total_pages": total_pages
} }