mirror of
https://github.com/bensema/gotdx.git
synced 2025-11-21 02:45:33 +08:00
ip替换
This commit is contained in:
@@ -6,7 +6,8 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
tdx := gotdx.New(gotdx.WithTCPAddress("119.147.212.81:7709"))
|
||||
// ip地址如果失效,请自行替换
|
||||
tdx := gotdx.New(gotdx.WithTCPAddress("124.71.187.122:7709"))
|
||||
_, err := tdx.Connect()
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
|
||||
Reference in New Issue
Block a user