This commit is contained in:
2026-01-17 01:24:49 +08:00
parent 2fc2c89f25
commit 8b548dd13e
3 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import "git.apinb.com/dataset/stock/internal/logic/a"
func Boot() {
a.NewApiClient()
//a.GetStockBasic()
a.GetStockBasic()
a.GetStockDaily()
//a.GetStockIndicator()
a.GetStockIndicator()
}