吧代码的传参方式从sz,000001改成sz000001

This commit is contained in:
钱纯净
2024-11-05 00:18:20 +08:00
parent 39057e5305
commit c90adef204
15 changed files with 84 additions and 139 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func Test(f func(c *tdx.Client)) {
c, err := tdx.Dial("124.71.187.122:7709")
c, err := tdx.Dial("124.71.187.122:7709", tdx.WithDebug())
logs.PanicErr(err)
f(c)
<-c.Done()