2026-01-13 01:08:10 +08:00
|
|
|
package cron
|
|
|
|
|
|
2026-01-13 15:30:55 +08:00
|
|
|
import "git.apinb.com/dataset/stock/internal/logic/a"
|
2026-01-13 01:08:10 +08:00
|
|
|
|
2026-01-13 15:30:55 +08:00
|
|
|
func Boot() {
|
|
|
|
|
a.NewApiClient()
|
2026-01-23 15:31:06 +08:00
|
|
|
a.GetStockBasic()
|
|
|
|
|
a.GetStockDaily()
|
|
|
|
|
a.GetStockIndicator()
|
2026-01-13 15:30:55 +08:00
|
|
|
}
|