gitee.com/quant1x/engine@v1.8.4/datasource/tdxweb/safetyscore_test.go (about)

     1  package tdxweb
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestGetSafetyScore(t *testing.T) {
     9  	code := "sh510050"
    10  	code = "sh000001"
    11  	code = "sh600105"
    12  	v := GetSafetyScore(code)
    13  	fmt.Println(v)
    14  }