zhangchuanxing 3 месяцев назад
Родитель
Сommit
1e596c8d67
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      controllers/wechat.go

+ 2 - 2
controllers/wechat.go

@@ -422,7 +422,7 @@ func (this *WechatCommonController) Notify() {
 	if method == "POST" {
 		body := this.Ctx.Input.RequestBody
 		utils.FileLog.Info("wechat echostr:" + string(body))
-		itemApiLog.Result = string(body)
+		itemApiLog.Body = string(body)
 	}
 
 	go models.AddCygxThreeApiLog(itemApiLog)
@@ -440,7 +440,7 @@ func (this *WechatCommonController) Notify() {
 		if err != nil {
 			utils.FileLog.Info("xml.Unmarshal:" + err.Error())
 		}
-		contactMsg := "感谢慧眼识金的你\r\n\r\n【登录】后就可以收到我们近期所有的研究更新与活动提醒哦~\r\n\r\n想降噪请点击【推送规则】,我们将只为您推送所关注赛道的最新内容\r\n\r\n过往所有纪要和可交互图表请戳【投研素材】  "
+		contactMsg := "感谢关注【买方研选】机构投资者研究共享平台\n\r\n\r\n点击下方【登录】按钮,即可获取模版消息推送! "
 
 		var openId, returnResult string
 		if item.MsgType != "" {