|
@@ -646,6 +646,7 @@ func GetLzProductPriceProduct() (err error) {
|
|
|
username := "hzmd"
|
|
|
password := "HZMD2020"
|
|
|
for k, v := range typeMap {
|
|
|
+ fmt.Println(k, v)
|
|
|
getUrl := `https://openapi.oilchem.net/price/getProduct?password=` + password + `&type=` + k + `&username=` + username + ``
|
|
|
body, err := http.Get(getUrl)
|
|
|
if err != nil {
|
|
@@ -669,7 +670,7 @@ func GetLzProductPriceProduct() (err error) {
|
|
|
return err
|
|
|
}
|
|
|
if count > 0 {
|
|
|
- fmt.Print("存在", n.ProductName, n.Id)
|
|
|
+ fmt.Println("存在", n.ProductName, n.Id)
|
|
|
} else {
|
|
|
item := new(models.Longzhongpriceinfo)
|
|
|
item.Standard = n.Standard
|