|
@@ -1062,8 +1062,7 @@ func SendWxCategoryMsgByYanxuanSpecialMassageByAuthor(content string, yanxuanSpe
|
|
|
return
|
|
|
}
|
|
|
mobile = userInfo.Mobile
|
|
|
- mobile = utils.WxMsgTemplateIdAskMsgMobilePublic
|
|
|
- if utils.RunMode == "" {
|
|
|
+ if utils.RunMode == "release" {
|
|
|
redirectUrl = utils.WX_MSG_PATH_YX_SPECIAL_MASSAGE_MANAGE_LIST
|
|
|
}
|
|
|
|
|
@@ -1116,7 +1115,7 @@ func SendWxCategoryMsgByYanxuanSpecialMassage(parentId, messageId int, content s
|
|
|
keyword2 = "作者回复了您的留言"
|
|
|
keyword3 = content
|
|
|
keyword4 = time.Now().Format(utils.FormatDateTimeMinute2)
|
|
|
- if utils.RunMode == "" {
|
|
|
+ if utils.RunMode == "release" {
|
|
|
redirectUrl = utils.WX_MSG_PATH_YX_SPECIAL_MASSAGE_DETAIL + strconv.Itoa(messageId)
|
|
|
}
|
|
|
|