|
@@ -450,7 +450,7 @@ func (this *WechatCommonController) Notify() {
|
|
|
fmt.Println("关注")
|
|
|
go subscribe(openId)
|
|
|
textMsg := "感谢您关注弘则研究。\r\n作为中国资本市场的独立研究机构,今年是我们运用投研经验,服务全球投资者的第10年。\r\n眼下波动加剧、信息噪音激增,但弘则与你同行,我们希望运用自己在数据洪流与预期纠偏中反复训练而来的系统性智慧,让研究价值不止于验证过往,更能指引未来。\r\n\n市场合作、业务咨询,请在公众号菜单栏【关于我们】界面联系弘则小助手。"
|
|
|
- xmlTpl = fmt.Sprintf(xmlTpl, openId, utils.WxId, createTime, textMsg)
|
|
|
+ xmlTpl = fmt.Sprintf(tmpXmlTpl, openId, utils.WxId, createTime, textMsg)
|
|
|
|
|
|
break
|
|
|
case "unsubscribe":
|