|
@@ -28,24 +28,28 @@ var (
|
|
WxPublicIdXzs string //查研观向小助手公众号
|
|
WxPublicIdXzs string //查研观向小助手公众号
|
|
WxPublicSecretXzs string //查研观向小助手公众号
|
|
WxPublicSecretXzs string //查研观向小助手公众号
|
|
|
|
|
|
- WxMsgTemplateIdApply string //申请待处理
|
|
|
|
- WxMsgTemplateIdApplyXzs string //申请待处理(小助手)
|
|
|
|
- WxMsgTemplateIdApplyCancel string //预约取消提醒
|
|
|
|
- WxMsgTemplateIdApplyCancelXzs string //预约取消提醒(小助手)
|
|
|
|
- WxMsgTemplateIdPermissionApply string //预约取消提醒
|
|
|
|
- WxMsgTemplateIdActivityApply string //活动预约消息提醒
|
|
|
|
- WxMsgTemplateIdActivityApplyXzs string //活动预约消息提醒(小助手)
|
|
|
|
- WxMsgTemplateIdActivityChange string //活动预约变更提醒
|
|
|
|
- WxMsgTemplateIdAskMsg string //手机号用户【XXX】发送模板消息模板ID
|
|
|
|
- WxMsgTemplateIdAskMsgXzs string //手机号用户【XXX】发送模板消息模板ID(小助手)
|
|
|
|
- WxMsgTemplateIdAskMsgMobile string //手机号用户【XXX】发送模板消息
|
|
|
|
- WxMsgTemplateIdAskMsgMobileAll string //手机号用户【XXX】发送模板消rm --
|
|
|
|
- WxMsgTemplateIdAskMsgMobilePublic string //手机号用户【XXX】发送模板消rm --
|
|
|
|
- TemplateIdByProductXzs string //产品运行报告通知-模板ID(小助手)
|
|
|
|
- WxMsgTemplateIdArticleUserRemind string //用户阅读报告通知-模板ID
|
|
|
|
- WxMsgTemplateIdArticleUserRemindXzs string //用户阅读报告通知-模板ID(小助手)
|
|
|
|
- WxMsgTemplateIdActivityChangeApplyXzs string //查研观向活动变更通知-模板ID(小助手)
|
|
|
|
- WxMsgTemplateIdActivitySign string //查研观向活动签到通知-模板ID(小助手)
|
|
|
|
|
|
+ WxMsgTemplateIdApply string //申请待处理
|
|
|
|
+ WxMsgTemplateIdApplyXzs string //申请待处理(小助手)
|
|
|
|
+ WxMsgTemplateIdApplyCancel string //预约取消提醒
|
|
|
|
+ WxMsgTemplateIdApplyCancelXzs string //预约取消提醒(小助手)
|
|
|
|
+ WxMsgTemplateIdPermissionApply string //预约取消提醒
|
|
|
|
+ WxMsgTemplateIdActivityApply string //活动预约消息提醒
|
|
|
|
+ WxMsgTemplateIdActivityApplyXzs string //活动预约消息提醒(小助手)
|
|
|
|
+ WxMsgTemplateIdActivityChange string //活动预约变更提醒
|
|
|
|
+ WxMsgTemplateIdAskMsg string //手机号用户【XXX】发送模板消息模板ID
|
|
|
|
+ WxMsgTemplateIdAskMsgXzs string //手机号用户【XXX】发送模板消息模板ID(小助手)
|
|
|
|
+ WxMsgTemplateIdAskMsgMobile string //手机号用户【XXX】发送模板消息
|
|
|
|
+ WxMsgTemplateIdAskMsgMobileAll string //手机号用户【XXX】发送模板消rm --
|
|
|
|
+ WxMsgTemplateIdAskMsgMobilePublic string //手机号用户【XXX】发送模板消rm --
|
|
|
|
+ TemplateIdByProductXzs string //产品运行报告通知-模板ID(小助手)
|
|
|
|
+ WxMsgTemplateIdArticleUserRemind string //用户阅读报告通知-模板ID
|
|
|
|
+ WxMsgCategoryTemplateIdArticleUserRemind string //用户阅读报告通知-类目模板ID
|
|
|
|
+ WxMsgTemplateIdArticleUserRemindXzs string //用户阅读报告通知-模板ID(小助手)
|
|
|
|
+ WxMsgTemplateIdActivityChangeApplyXzs string //查研观向活动变更通知-模板ID(小助手)
|
|
|
|
+ WxMsgTemplateIdActivitySign string //查研观向活动签到通知-模板ID(小助手)
|
|
|
|
+
|
|
|
|
+ // 类目模板
|
|
|
|
+ WxCategoryMsgTemplateIdApplyXzs string //申请待处理(买方研选)
|
|
)
|
|
)
|
|
|
|
|
|
// 微信公众号配置信息
|
|
// 微信公众号配置信息
|
|
@@ -91,6 +95,7 @@ var (
|
|
// 模板消息推送
|
|
// 模板消息推送
|
|
var (
|
|
var (
|
|
SendWxTemplateMsgUrl string
|
|
SendWxTemplateMsgUrl string
|
|
|
|
+ SendWxCategoryTemplateMsgUrl string
|
|
)
|
|
)
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
@@ -180,6 +185,7 @@ func init() {
|
|
EmaiWhiteUserList = "tshen@hzinsights.com;cxzhang@hzinsights.com;yyli@hzinsights.com" //白名单邮箱
|
|
EmaiWhiteUserList = "tshen@hzinsights.com;cxzhang@hzinsights.com;yyli@hzinsights.com" //白名单邮箱
|
|
WxMsgTemplateIdAskMsg = "PaoDanHGlt1kFw5q-4_ipJSwO3FyZpxSSNg4rwB7YCk"
|
|
WxMsgTemplateIdAskMsg = "PaoDanHGlt1kFw5q-4_ipJSwO3FyZpxSSNg4rwB7YCk"
|
|
WxMsgTemplateIdArticleUserRemind = "7qe3i4MrGxAIPhJeMgoqqw6j0A_foUB65DLSmxKe05s"
|
|
WxMsgTemplateIdArticleUserRemind = "7qe3i4MrGxAIPhJeMgoqqw6j0A_foUB65DLSmxKe05s"
|
|
|
|
+ WxMsgCategoryTemplateIdArticleUserRemind = "4fwzgJ-YQndzH5OJWLkd0grvftgqhvP285t_oXUboi7DaaIhMI"
|
|
WxMsgTemplateIdAskMsgMobile = ""
|
|
WxMsgTemplateIdAskMsgMobile = ""
|
|
//ActSendMsgMobile = "15618524605"
|
|
//ActSendMsgMobile = "15618524605"
|
|
ActSendMsgMobile = "18955528215" // 汪洋手机号
|
|
ActSendMsgMobile = "18955528215" // 汪洋手机号
|
|
@@ -188,6 +194,7 @@ func init() {
|
|
ShangHaiCrmApiLink = "https://crm.hzinsights.com/"
|
|
ShangHaiCrmApiLink = "https://crm.hzinsights.com/"
|
|
SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
|
|
SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
|
|
WxPayJsapiNotifyUrl = "https://mfyx.hzinsights.com/api/wechat/wxpay/notify"
|
|
WxPayJsapiNotifyUrl = "https://mfyx.hzinsights.com/api/wechat/wxpay/notify"
|
|
|
|
+ SendWxCategoryTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_category_template_msg"
|
|
} else {
|
|
} else {
|
|
WxAppId = "wx5e3240ab90c247ac"
|
|
WxAppId = "wx5e3240ab90c247ac"
|
|
WxAppSecret = "6b1316b46dc9c63429f5c1df6f51b4ac"
|
|
WxAppSecret = "6b1316b46dc9c63429f5c1df6f51b4ac"
|
|
@@ -200,6 +207,7 @@ func init() {
|
|
|
|
|
|
WxMsgTemplateIdActivityChange = "qfNuops-CB7bOl7f3viMG4s1uhRo7WM0Jbx3WvodKuIZ8A_z8fM"
|
|
WxMsgTemplateIdActivityChange = "qfNuops-CB7bOl7f3viMG4s1uhRo7WM0Jbx3WvodKuIZ8A_z8fM"
|
|
WxMsgTemplateIdArticleUserRemind = "CB7bOl7f3viMG4s1uhRo7WM0Jbx3WvodKuIZ8A_z8fM"
|
|
WxMsgTemplateIdArticleUserRemind = "CB7bOl7f3viMG4s1uhRo7WM0Jbx3WvodKuIZ8A_z8fM"
|
|
|
|
+ WxMsgCategoryTemplateIdArticleUserRemind = "4fwzgJ-2xUiyQqNkFCPd8vsGpOnNWWE2inZO4BXjfio"
|
|
|
|
|
|
WxPublicAppId = "wx9b5d7291e581233a"
|
|
WxPublicAppId = "wx9b5d7291e581233a"
|
|
WxPublicAppSecret = "f4d52e34021eee262dce9682b31f8861"
|
|
WxPublicAppSecret = "f4d52e34021eee262dce9682b31f8861"
|
|
@@ -224,6 +232,7 @@ func init() {
|
|
ShangHaiCrmApiLink = "http://106.15.192.100:8100/"
|
|
ShangHaiCrmApiLink = "http://106.15.192.100:8100/"
|
|
SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
|
|
SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
|
|
WxPayJsapiNotifyUrl = "https://testmfyx.hzinsights.com/api/wechat/wxpay/notify"
|
|
WxPayJsapiNotifyUrl = "https://testmfyx.hzinsights.com/api/wechat/wxpay/notify"
|
|
|
|
+ SendWxCategoryTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_category_template_msg"
|
|
}
|
|
}
|
|
|
|
|
|
//查研观向小助手
|
|
//查研观向小助手
|
|
@@ -238,6 +247,9 @@ func init() {
|
|
TemplateIdByProductXzs = "-YjuPOB7Fqd-S3ilabYa6wvjDY9aXmeEfPN6DCiy-EY" //产品运行报告通知-模板ID(小助手)
|
|
TemplateIdByProductXzs = "-YjuPOB7Fqd-S3ilabYa6wvjDY9aXmeEfPN6DCiy-EY" //产品运行报告通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivityChangeApplyXzs = "CB7bOl7f3viMG4s1uhRo7WM0Jbx3WvodKuIZ8A_z8fM" //查研观向活动变更通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivityChangeApplyXzs = "CB7bOl7f3viMG4s1uhRo7WM0Jbx3WvodKuIZ8A_z8fM" //查研观向活动变更通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivitySign = "3l5cxpqH6c9kkLe9ow7qzqd0uYEOdY3A_PB8wRWkiHk" //查研观向活动签到通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivitySign = "3l5cxpqH6c9kkLe9ow7qzqd0uYEOdY3A_PB8wRWkiHk" //查研观向活动签到通知-模板ID(小助手)
|
|
|
|
+
|
|
|
|
+ // 类目模版
|
|
|
|
+ WxCategoryMsgTemplateIdApplyXzs = "IemWOTzbnLBqJ2ozSiFqm13WjaotoC3V4uXaxTij08I"
|
|
} else {
|
|
} else {
|
|
//新的模板ID
|
|
//新的模板ID
|
|
WxPublicIdXzs = "wxb7cb8a15abad5b8e" //查研观向小助手
|
|
WxPublicIdXzs = "wxb7cb8a15abad5b8e" //查研观向小助手
|
|
@@ -249,6 +261,9 @@ func init() {
|
|
TemplateIdByProductXzs = "tNcCUiK_uUkuxaFF7M9NP2RwLkw8uHFjG-TDIxGUKxo" //产品运行报告通知-模板ID(小助手)
|
|
TemplateIdByProductXzs = "tNcCUiK_uUkuxaFF7M9NP2RwLkw8uHFjG-TDIxGUKxo" //产品运行报告通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivityChangeApplyXzs = "7qe3i4MrGxAIPhJeMgoqqw6j0A_foUB65DLSmxKe05s" //查研观向活动变更通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivityChangeApplyXzs = "7qe3i4MrGxAIPhJeMgoqqw6j0A_foUB65DLSmxKe05s" //查研观向活动变更通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivitySign = "GIcOqewJql4rQ_dvhUna2knWIVogKulaqRxtZKnWZeo" //查研观向活动签到通知-模板ID(小助手)
|
|
WxMsgTemplateIdActivitySign = "GIcOqewJql4rQ_dvhUna2knWIVogKulaqRxtZKnWZeo" //查研观向活动签到通知-模板ID(小助手)
|
|
|
|
+
|
|
|
|
+ // 类目模版
|
|
|
|
+ WxCategoryMsgTemplateIdApplyXzs = "HKD03oZfSv8LJgeoHz0pynai3G2Ls4h8zZ6BfOpZmIA"
|
|
}
|
|
}
|
|
|
|
|
|
//易董开放api配置
|
|
//易董开放api配置
|