增加获取所有股票代码的接口

This commit is contained in:
injoyai
2024-10-28 14:15:37 +08:00
parent ec6e93d845
commit c5cfc2bc98
13 changed files with 84 additions and 81 deletions

View File

@@ -14,7 +14,7 @@ func main() {
logs.PrintErr(err)
for _, v := range resp.List {
logs.Debugf("%#v\n", v)
logs.Debug(v)
}
select {}