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-21 19:08:44 +08:00
|
|
|
//a.GetStockBasic()
|
|
|
|
|
//a.GetStockDaily()
|
|
|
|
|
//a.GetStockIndicator()
|
2026-01-13 15:30:55 +08:00
|
|
|
}
|