gitee.com/quant1x/engine@v1.8.4/models/snapshot_quote_test.go (about) 1 package models 2 3 import ( 4 "fmt" 5 "testing" 6 ) 7 8 func TestBatchSnapShot(t *testing.T) { 9 data := BatchSnapShot([]string{"sz003042"}) 10 fmt.Printf("%+v\n", data) 11 }