Răsfoiți Sursa

Merge branch 'cygx_need_907_909' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 an în urmă
părinte
comite
ac7e2a4317
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      services/wx_template_msg.go

+ 1 - 1
services/wx_template_msg.go

@@ -76,7 +76,7 @@ func SendWxMsgWithFrequencyBycategory(keyWord1, keyWord2 string, openIdList []*m
 	sendData := make(map[string]interface{})
 	sendMap["template_id"] = templateId
 	sendMap["miniprogram"] = map[string]interface{}{"appid": utils.WxAppId, "pagepath": redirectUrl}
-	sendData["ting18"] = map[string]interface{}{"value": keyWord1, "color": "#173177"}
+	sendData["thing18"] = map[string]interface{}{"value": keyWord1, "color": "#173177"}
 	sendData["time23"] = map[string]interface{}{"value": keyWord2, "color": "#173177"}
 	sendMap["data"] = sendData
 	WxSendTemplateMsg(sendUrl, sendMap, openIdList, strconv.Itoa(activityId), utils.TEMPLATE_MSG_CYGX_ACTIVITY_ADD)