|
@@ -60,6 +60,7 @@ var (
|
|
RAI_MOBILE_DONG_HENG string // 权益董衡手机号
|
|
RAI_MOBILE_DONG_HENG string // 权益董衡手机号
|
|
RAI_MOBILE_WU_ANG_DI string // 权益吴昂迪手机号
|
|
RAI_MOBILE_WU_ANG_DI string // 权益吴昂迪手机号
|
|
RAI_MOBILE_GE_LIN string // 权益葛琳手机号
|
|
RAI_MOBILE_GE_LIN string // 权益葛琳手机号
|
|
|
|
+ RAI_SERVE_GROUP_ID int // 权益服务组,所属组的ID
|
|
)
|
|
)
|
|
|
|
|
|
// 微信公众号配置信息
|
|
// 微信公众号配置信息
|
|
@@ -203,6 +204,7 @@ func init() {
|
|
//ActSendMsgMobile = "15618524605"
|
|
//ActSendMsgMobile = "15618524605"
|
|
ActSendMsgMobile = "15557270714" // 汪洋手机号
|
|
ActSendMsgMobile = "15557270714" // 汪洋手机号
|
|
ArticleTaskClassMobile = "15557270714,18767183922,15216736473,15000123056,18701809782,17706316791,18652179672"
|
|
ArticleTaskClassMobile = "15557270714,18767183922,15216736473,15000123056,18701809782,17706316791,18652179672"
|
|
|
|
+ RAI_SERVE_GROUP_ID = 68
|
|
|
|
|
|
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"
|
|
@@ -240,6 +242,7 @@ func init() {
|
|
WxMsgTemplateIdAskMsgMobile = "15557270714,17634786714,18767183922,17516315016"
|
|
WxMsgTemplateIdAskMsgMobile = "15557270714,17634786714,18767183922,17516315016"
|
|
ActSendMsgMobile = "15557270714"
|
|
ActSendMsgMobile = "15557270714"
|
|
ArticleTaskClassMobile = "15557270714,18767183922,17706316791"
|
|
ArticleTaskClassMobile = "15557270714,18767183922,17706316791"
|
|
|
|
+ RAI_SERVE_GROUP_ID = 132
|
|
|
|
|
|
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"
|