|
@@ -248,11 +248,11 @@ func GetCygxProductInteriorHistoryListPvMap(productInteriorIs []int) (mapPv map[
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
-// 用户搜专项调研操作操作行为,模板消息推送
|
|
|
|
|
|
+// 用户产品内测阅读,模板消息推送
|
|
func ProductInteriorHistoryUserRmind(user *models.WxUserItem, productInteriorId int) (err error) {
|
|
func ProductInteriorHistoryUserRmind(user *models.WxUserItem, productInteriorId int) (err error) {
|
|
defer func() {
|
|
defer func() {
|
|
if err != nil {
|
|
if err != nil {
|
|
- go utils.SendAlarmMsg("用户搜专项调研操作操作行为,模板消息推送失败"+err.Error(), 2)
|
|
|
|
|
|
+ go utils.SendAlarmMsg(fmt.Sprint("用户产品内测阅读,模板消息推送,模板消息推送失败 ,ProductInteriorHistoryUserRmind"+err.Error(), "userId:", user.UserId, "productInteriorId:", productInteriorId), 2)
|
|
}
|
|
}
|
|
}()
|
|
}()
|
|
countUser, err := models.GetUserRemind(user.UserId)
|
|
countUser, err := models.GetUserRemind(user.UserId)
|