gitee.com/quant1x/engine@v1.8.4/market/shse/sse_stock_test.go (about)

     1  package shse
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestGetList(t *testing.T) {
     9  	v, _ := GetSecurityList()
    10  	fmt.Println(v)
    11  }