|
@@ -852,8 +852,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
|
|
|
}
|
|
|
|
|
@@ -901,12 +900,11 @@ func SendWxCategoryMsgByYanxuanSpecialMassage(parentId, messageId int, content s
|
|
|
var keyword4 string
|
|
|
var redirectUrl string
|
|
|
var mobile string
|
|
|
- //mobile = utils.WxMsgTemplateIdAskMsgMobilePublic
|
|
|
keyword1 = yanxuanSpecialBySpeciaDetail.Title
|
|
|
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)
|
|
|
}
|
|
|
|