Merge branch 'develop' of http://47.106.207.27:3000/AI260626/Mutual_Fund into develop_feature_customer

# Conflicts:
#	api/routers/advisor_agent.py
This commit is contained in:
2026-09-13 23:37:04 +08:00
45 changed files with 1606 additions and 129 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ class AdvisorAgentClient:
customer_id: int | None = None,
status: str | None = None,
page: int = 1,
page_size: int = 20,
page_size: int = 10,
) -> dict:
params = {"advisor_id": advisor_id, "page": page, "page_size": page_size}
if customer_id is not None: