This commit is contained in:
2026-01-17 01:14:19 +08:00
parent 2249667d8b
commit 2fc2c89f25
7 changed files with 234 additions and 188 deletions

View File

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