|
@@ -64,6 +64,7 @@ var (
|
|
|
EmaiWhiteUserList string //白名单邮箱
|
|
|
IsTask bool //是否执行定时任务
|
|
|
ActSendMsgMobile string //活动带问发送模板消息接收者的手机号
|
|
|
+ StrategyPlatform string //策略品台跳转链接地址
|
|
|
)
|
|
|
|
|
|
func init() {
|
|
@@ -109,6 +110,7 @@ func init() {
|
|
|
YanxSummaryPermissionId = 1001 //研选纪要分类ID
|
|
|
YanxViewpointPermissionId = 1002 //研选观点分类ID
|
|
|
WxMsgTemplateIdAskMsgMobileAll = "15557270714,18767183922,18621268829"
|
|
|
+ StrategyPlatform = "https://vmp.hzinsights.com/v2/articles/"
|
|
|
if RunMode == "release" {
|
|
|
WxAppId = "wxcc32b61f96720d2f"
|
|
|
WxAppSecret = "06894933fafb24dafead7eaae09c08e0"
|