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