Compare commits
No commits in common. "5ad3062457810102a31e054511b6c56520c027c9" and "6f93326ba00843e98aba61d510c02bfd4a11630b" have entirely different histories.
5ad3062457
...
6f93326ba0
Binary file not shown.
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue