rdluck 4 years ago
parent
commit
31b67a5ffb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/data_source_longzhong.go

+ 2 - 2
services/data_source_longzhong.go

@@ -629,7 +629,7 @@ func GetLzProductPriceProduct() (err error) {
 			go utils.SendEmail("获取隆众价格指标失败"+time.Now().Format("2006-01-02 15:04:05"), ";Err:"+err.Error(), utils.EmailSendToUsers)
 		}
 		if msg != "" {
-			fmt.Println("msg:",msg)
+			fmt.Println("msg:", msg)
 			go utils.SendEmail("获取隆众价格指标失败"+time.Now().Format("2006-01-02 15:04:05"), ";msg:"+msg, utils.EmailSendToUsers)
 		}
 	}()
@@ -689,7 +689,7 @@ func GetLzProductPriceProduct() (err error) {
 				}
 			}
 		}
-
+		time.Sleep(31 * time.Second)
 	}
 	return
 }