diff --git a/core.go b/core.go index 30ae34a..cc470f9 100644 --- a/core.go +++ b/core.go @@ -96,7 +96,7 @@ func (rst *RestQueue) Save(cr *Core) { if err != nil { logrus.Info("cr.v5PublicInvoke err:", err, " count: ", len(rsp.Data), " instId: ", rst.InstId, " period: ", rst.Bar, " after:", afterSec) } else { - logrus.Info("cr.v5PublicInvoke result count:", len(rsp.Data), " instId: ", rst.InstId, " period: ", rst.Bar, " after:", afterSec) + logrus.Info("cr.v5PublicInvoke result count:", len(rsp.Data), " instId: ", rst.InstId, " period: ", rst.Bar, " after:", afterSec, " rsp: ", rsp) } cr.SaveCandle(rst.InstId, rst.Bar, rsp, rst.Duration, rst.WithWs) }