增加通达信的服务IP地址,通过对客户端抓包获取

This commit is contained in:
钱纯净
2024-11-04 23:26:16 +08:00
parent 97788e2e45
commit 12311b183d

View File

@@ -39,8 +39,8 @@ func main() {
panic(err) panic(err)
} }
resp, err := c.GetStockQuotes(map[protocol.Exchange]string{ resp, err := c.GetStockQuotes(map[protocol.Exchange]string{
protocol.ExchangeSH: "000001", protocol.ExchangeSZ: "000001",
protocol.ExchangeSZ: "600008", protocol.ExchangeSH: "600008",
}) })
if err != nil { if err != nil {
panic(err) panic(err)