|
@@ -99,6 +99,8 @@ var (
|
|
|
YiDongHuaWeiYunUrl string //易董 华为云请求域名
|
|
|
YiDonggetOriginalLink string //易董 短连接转为长链接
|
|
|
ShangHaiCrmApiLink string //上海CRM用户同步api调用地址
|
|
|
+
|
|
|
+ ZHOU_QI_ID int // 行业周期的ID
|
|
|
)
|
|
|
|
|
|
// 模板消息推送
|
|
@@ -205,6 +207,7 @@ func init() {
|
|
|
ShangHaiCrmApiLink = "https://crm.hzinsights.com/"
|
|
|
SendWxTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_template_msg"
|
|
|
SendWxCategoryTemplateMsgUrl = "http://127.0.0.1:8086/v1/wechat/send_category_template_msg"
|
|
|
+
|
|
|
} else {
|
|
|
WxAppId = "wxcc32b61f96720d2f"
|
|
|
WxAppSecret = "06894933fafb24dafead7eaae09c08e0"
|
|
@@ -291,6 +294,7 @@ func init() {
|
|
|
|
|
|
//易董开放api配置
|
|
|
YiDongApiConfig()
|
|
|
+ ChartPermissionId()
|
|
|
}
|
|
|
|
|
|
// YiDongApiConfig 易董开放api配置
|
|
@@ -310,6 +314,15 @@ func YiDongApiConfig() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// 行业ID信息 易董开放api配置
|
|
|
+func ChartPermissionId() {
|
|
|
+ if RunMode == "release" {
|
|
|
+ ZHOU_QI_ID = 62
|
|
|
+ } else {
|
|
|
+ ZHOU_QI_ID = 138
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
//
|
|
|
//YiDongZhengTongYunUrl string //易董 证通云请求域名
|
|
|
//YiDongZhengTongYunAppid string //易董 证通云请求appid
|