rdluck 4 년 전
부모
커밋
c5281bfd6d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      services/data_source_longzhong.go

+ 2 - 1
services/data_source_longzhong.go

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