This commit is contained in:
2026-01-15 12:52:12 +08:00
parent db1d5397c0
commit 2249667d8b
4 changed files with 130 additions and 69 deletions

View File

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