|
@@ -357,7 +357,7 @@ func GetHistoryLzProductDetail() (err error) {
|
|
|
fmt.Println(ik, iv.SecName)
|
|
|
startDate := "2020-01-01" //time.Now().AddDate(0, 0, 0).Format(utils.FormatDate)
|
|
|
endDate := "2020-08-31" //time.Now().AddDate(0, 0, 0).Format(utils.FormatDate)
|
|
|
- time.Sleep(5 * time.Second)
|
|
|
+ //time.Sleep(1 * time.Second)
|
|
|
pageSize := 30
|
|
|
|
|
|
postUrl := `http://info.oilchem.net/cust/interfacenew/getProductUnitDetailNew`
|