This commit is contained in:
yanweidong
2026-01-24 18:16:53 +08:00
parent 886953f820
commit 0e1dcd6f9e

View File

@@ -4,8 +4,12 @@ import "git.apinb.com/dataset/stock/internal/logic/a"
func Boot() {
a.NewApiClient()
// 获取股票列表
a.GetStockBasic()
// 获取股票日线
a.GetStockDaily()
// 获取股票指标
a.GetStockIndicator()
// 获取股票财务指标数据
a.GetFinaIndicator()
}