mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
增加通达信的服务IP地址,通过对客户端抓包获取
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user