mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 15:44:18 +08:00
get_unusual 的 count 实际被 min(count,600) 截断,写 1000 也只能拿到 600。 改用 start 翻页 + pd.concat 合并,直到某页不足 600 视为到尾。
get_unusual 的 count 实际被 min(count,600) 截断,写 1000 也只能拿到 600。 改用 start 翻页 + pd.concat 合并,直到某页不足 600 视为到尾。