Browse Source

新增隆众调研指标

hongze 3 năm trước cách đây
mục cha
commit
9887cf6608
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 }