diff --git a/core/core.go b/core/core.go index 4f1ec7d..1bf081d 100644 --- a/core/core.go +++ b/core/core.go @@ -77,6 +77,8 @@ func (rst *RestQueue) Save(cr *Core) { rsp, err := cr.v5PublicInvoke(link) if err != nil { fmt.Println("cr.v5PublicInvoke err:", err) + } else { + fmt.Println("cr.v5PublicInvoke result count:", len(rsp.Data)) } cr.SaveCandle(rst.InstId, rst.Bar, rsp, rst.Duration, rst.WithWs) } diff --git a/tunas b/tunas index 3f15021..bb948a9 100755 Binary files a/tunas and b/tunas differ