fix bug
This commit is contained in:
@@ -4,8 +4,12 @@ import "git.apinb.com/dataset/stock/internal/logic/a"
|
|||||||
|
|
||||||
func Boot() {
|
func Boot() {
|
||||||
a.NewApiClient()
|
a.NewApiClient()
|
||||||
|
// 获取股票列表
|
||||||
a.GetStockBasic()
|
a.GetStockBasic()
|
||||||
|
// 获取股票日线
|
||||||
a.GetStockDaily()
|
a.GetStockDaily()
|
||||||
|
// 获取股票指标
|
||||||
a.GetStockIndicator()
|
a.GetStockIndicator()
|
||||||
|
// 获取股票财务指标数据
|
||||||
a.GetFinaIndicator()
|
a.GetFinaIndicator()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user