This commit is contained in:
injoyai
2025-10-14 09:23:45 +08:00
parent 7bf4839310
commit 37eb34beaa
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ func (this *PullTrade) PullYear(ctx context.Context, m *tdx.Manage, year int, co
var resp *protocol.TradeResp
err = m.Do(func(c *tdx.Client) error {
resp, err = c.GetHistoryTradeAll(date, code)
resp, err = c.GetHistoryTradeDay(date, code)
return err
})
if err != nil {