|
@@ -629,6 +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)
|
|
|
go utils.SendEmail("获取隆众价格指标失败"+time.Now().Format("2006-01-02 15:04:05"), ";msg:"+msg, utils.EmailSendToUsers)
|
|
|
}
|
|
|
}()
|