fix(data): baostock参数 adjustfield→adjustflag(真实参数名)

This commit is contained in:
2026-07-11 15:00:05 +08:00
parent 4ea740083a
commit 468f5829b9
+1 -1
View File
@@ -41,7 +41,7 @@ def download_index(symbol: str, start_year: int, end_year: int, out_dir: str) ->
start_date=start_date,
end_date=end_date,
frequency="d",
adjustfield="3" # 不复权
adjustflag="3" # 不复权
)
if rs.error_code not in ("0", "success"):