Selaa lähdekoodia

新增隆众调研指标

hongze 3 vuotta sitten
vanhempi
commit
9887cf6608
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      services/data_source_longzhong.go

+ 1 - 0
services/data_source_longzhong.go

@@ -1172,6 +1172,7 @@ func GetLzSurveyProductData(cont context.Context) (err error) {
 				return err
 			}
 		}
+		time.Sleep(2*time.Second)
 	}
 	return
 }