gitee.com/quant1x/engine@v1.8.4/datasource/base/tdx_fundflow_test.go (about)

     1  package base
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestFundFlow(t *testing.T) {
     9  	code := "sh600977"
    10  	code = "sh600058"
    11  	code = "sz002175"
    12  	code = "sz002043"
    13  	df := FundFlow(code)
    14  	fmt.Println(df)
    15  }