diff --git a/worker/haha/haha_sync_order.go b/worker/haha/haha_sync_order.go index 37f115d..2667637 100644 --- a/worker/haha/haha_sync_order.go +++ b/worker/haha/haha_sync_order.go @@ -39,7 +39,7 @@ func (s *SyncOrder) Sync() { orderUrl := "https://hahapiao.cn/api/Synchro/pcToList" body, err := s.httpPost(orderUrl) if err != nil { - log.Errorf("syncOrder error : %s", err.Error()) + log.Debugf("syncOrder error : %s", err.Error()) return } result := make(map[string]interface{})