feat:增加分页功能

This commit is contained in:
2026-09-13 22:21:49 +08:00
parent d1fdf04749
commit 31b3acb226
23 changed files with 179 additions and 71 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ async def list_drafts(
customer_id: int | None = None,
status: str | None = None,
page: int = 1,
page_size: int = 20,
page_size: int = 10,
) -> dict:
result = await get_agent_client().draft_list(
auth_header=auth_header,