Merge remote-tracking branch 'origin/master'

This commit is contained in:
钱纯净
2025-08-18 22:31:17 +08:00
13 changed files with 143 additions and 51 deletions

View File

@@ -54,7 +54,7 @@ func (this *PullTrade) PullYear(ctx context.Context, m *tdx.Manage, year int, co
date := t.Format("20060102")
var resp *protocol.HistoryTradeResp
var resp *protocol.TradeResp
err = m.Do(func(c *tdx.Client) error {
resp, err = c.GetHistoryTradeAll(date, code)
return err