feat:增加分页功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user