简单兼容成功

This commit is contained in:
injoyai
2025-02-21 09:55:35 +08:00
parent f6811aca01
commit ef42ac32b2
4 changed files with 30 additions and 10 deletions

View File

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