修改同花顺的复权日线数据接口

This commit is contained in:
钱纯净
2025-06-03 20:47:23 +08:00
parent 2efd7e089e
commit 6750edb3ec
2 changed files with 4 additions and 44 deletions

View File

@@ -1,13 +1,11 @@
package extend
import (
"context"
"testing"
)
func TestNewSpiderTHS(t *testing.T) {
x := NewTHSDayKline()
ls, err := x.Pull(context.Background(), "sz000001", THS_HFQ)
ls, err := GetTHSDayKline("sz000001", THS_HFQ)
if err != nil {
t.Error(err)
return