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

+ 1 - 1
services/data_source_longzhong.go

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