@@ -454,7 +454,7 @@ func (this *WechatCommonController) Notify() {
}
if flag {
- contactMsg=`推送:请通过电话联系我们或者联系销售人员处理`
+ contactMsg=`请通过电话联系我们或者联系销售人员处理`
textXmlTpl = fmt.Sprintf(textXmlTpl, item.FromUserName, utils.WxId, createTime, contactMsg)
this.Ctx.WriteString(textXmlTpl)
return