Browse Source

新增隆众调研指标

hongze 3 years ago
parent
commit
9887cf6608
1 changed files with 1 additions and 0 deletions
  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
 }