|
@@ -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()
|