简单测试北交所数据

This commit is contained in:
injoyai
2025-09-30 11:44:12 +08:00
parent 110eaddc4d
commit 8fb069b855
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
func main() {
common.Test(func(c *tdx.Client) {
resp, err := c.GetHistoryMinuteTrade("20250609", "sz000001", 0, 20)
resp, err := c.GetHistoryMinuteTrade("20250929", "bj838971", 0, 20)
logs.PanicErr(err)
for _, v := range resp.List {