rdluck 4 years ago
parent
commit
9ab2660144
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/data_source_longzhong.go

+ 1 - 1
services/data_source_longzhong.go

@@ -724,7 +724,7 @@ func GetLzProductPriceData() (err error) {
 	password := "HZMD2020"
 	for k, v := range typeMap {
 		fmt.Println(k, v)
-		getUrl := `https://openapi.oilchem.net/price/getPrice?password=` + password + `&type=` + k + `&username=` + username + `&inStartDate=2017-01-01&inEndDate=2017-01-07`
+		getUrl := `https://openapi.oilchem.net/price/getPrice?password=` + password + `&type=` + k + `&username=` + username + `&inStartDate=2020-08-01&inEndDate=2020-08-10`
 		body, err := http.Get(getUrl)
 		if err != nil {
 			msg = "获取隆众价格数据失败:Err" + err.Error()