浏览代码

no message

xingzai 1 年之前
父节点
当前提交
2f83e51285
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/config.go

+ 2 - 2
utils/config.go

@@ -110,7 +110,7 @@ func init() {
 		WxOpenAppSecret = "0851cc85027c6eb74a400016648ecda8" //公众平台AppSecret
 		WxOpenAppSecret = "0851cc85027c6eb74a400016648ecda8" //公众平台AppSecret
 
 
 		IndexName = "cygx_article_v03_23"
 		IndexName = "cygx_article_v03_23"
-		IndexNameComprehensive = "comprehensive"
+		IndexNameComprehensive = "cygx_comprehensive"
 		ActSendMsgMobile = "15618524605"
 		ActSendMsgMobile = "15618524605"
 		SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
 		SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
 	} else {
 	} else {
@@ -127,7 +127,7 @@ func init() {
 		WxOpenAppSecret = "7bf62d2d037280f8b635c6eca2f31db9" //公众平台AppSecret
 		WxOpenAppSecret = "7bf62d2d037280f8b635c6eca2f31db9" //公众平台AppSecret
 
 
 		IndexName = "cygx_article_v1"
 		IndexName = "cygx_article_v1"
-		IndexNameComprehensive = "comprehensive_test"
+		IndexNameComprehensive = "cygx_comprehensive_test"
 		ActSendMsgMobile = "17634786714"
 		ActSendMsgMobile = "17634786714"
 		SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
 		SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
 	}
 	}