Example #1
0
func Mytest() {
	//    list:=model.GetDaily("600048")
	//    fmt.Println(list)
	list := model.GetStockName("sh")
	for k, v := range list {
		fmt.Println(k, "-", v)
	}
}
Example #2
0
func GetStockCode() []*model.Stock {
	list := model.GetStockName("sh")
	return list
}