调整获取指数示例

This commit is contained in:
钱纯净
2025-03-25 20:39:13 +08:00
parent cba35308f6
commit 031d9f6509

View File

@@ -8,7 +8,7 @@ import (
func main() {
common.Test(func(c *tdx.Client) {
resp, err := c.GetKlineDay("sh000001", 0, 10)
resp, err := c.GetIndexDay("sh000001", 0, 10)
logs.PanicErr(err)
for _, v := range resp.List {