mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
升级引用库版本
This commit is contained in:
@@ -43,7 +43,7 @@ func (this *PullKlineMysql) Name() string {
|
||||
}
|
||||
|
||||
func (this *PullKlineMysql) Run(ctx context.Context, m *tdx.Manage) error {
|
||||
limit := chans.NewWaitLimit(uint(this.Config.Limit))
|
||||
limit := chans.NewWaitLimit(this.Config.Limit)
|
||||
|
||||
//1. 获取所有股票代码
|
||||
codes := this.Config.Codes
|
||||
|
||||
@@ -105,7 +105,7 @@ func (this *PullKline) DayKlines(code string) (Klines, error) {
|
||||
}
|
||||
|
||||
func (this *PullKline) Run(ctx context.Context, m *tdx.Manage) error {
|
||||
limit := chans.NewWaitLimit(uint(this.Config.Limit))
|
||||
limit := chans.NewWaitLimit(this.Config.Limit)
|
||||
|
||||
//1. 获取所有股票代码
|
||||
codes := this.Config.Codes
|
||||
|
||||
Reference in New Issue
Block a user