xingzai 1 rok pred
rodič
commit
dc0a29c01b
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      utils/config.go

+ 2 - 0
utils/config.go

@@ -110,6 +110,7 @@ func init() {
 
 		IndexName = "cygx_article_v03_23"
 		ActSendMsgMobile = "15618524605"
+		SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
 	} else {
 		WxPublicAppId = "wx9b5d7291e581233a"                                          //弘则投研公众号 开发者ID(AppID)
 		WxPublicAppSecret = "f4d52e34021eee262dce9682b31f8861"                        //弘则投研公众号秘钥
@@ -125,6 +126,7 @@ func init() {
 
 		IndexName = "cygx_article_v1"
 		ActSendMsgMobile = "17634786714"
+		SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
 	}
 	HeadimgurlDefault = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202202/20220225/XFBBOUmDC5AXkfxnHiuqKpPtoofH.png"