This commit is contained in:
2026-08-29 12:00:51 +08:00
parent 4e28182b3f
commit 9a43aaba23
11 changed files with 19 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ class Client:
self.base_url = base_url.rstrip("/")
self.token = token
self.timeout = timeout if timeout > 0 else 15.0
self.account_type = "stock"
self.account_type = "STOCK"
self.http = httpx.Client(
base_url=self.base_url,
headers={"X-Token": token, "Accept": "application/json"},