mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
增加获取所有股票代码的接口
This commit is contained in:
@@ -14,7 +14,7 @@ func main() {
|
||||
logs.PrintErr(err)
|
||||
|
||||
for _, v := range resp.List {
|
||||
logs.Debugf("%#v\n", v)
|
||||
logs.Debug(v)
|
||||
}
|
||||
|
||||
select {}
|
||||
|
||||
Reference in New Issue
Block a user