|
@@ -43,6 +43,8 @@ var (
|
|
|
QsUserName string
|
|
|
)
|
|
|
|
|
|
+var EnPolicyReportUrl string
|
|
|
+
|
|
|
func init() {
|
|
|
tmpRunMode, err := web.AppConfig.String("run_mode")
|
|
|
if err != nil {
|
|
@@ -95,6 +97,7 @@ func init() {
|
|
|
ReportAppid = "CQWx3EqDLNk7bVHo" //Appid
|
|
|
ReportSecret = "vRVFCk182Hpv8CyrHsxaHhA3CgGhh4Uu" //AppSecret
|
|
|
YIDONG_HONGZE_KEY = "YIDONG20220816VshIcFonYccA" //易董加密的盐值
|
|
|
+ EnPolicyReportUrl = "https://en.hzinsights.com/v2api/"
|
|
|
} else {
|
|
|
ApiLog = log.Init("20060102.api")
|
|
|
ResearchReportUrl = "http://advisoryadmin.brilliantstart.cn/xcx_h5/"
|
|
@@ -102,6 +105,7 @@ func init() {
|
|
|
ReportAppid = "VH2ou4EKlYZz58Uj" //Appid
|
|
|
ReportSecret = "Q6Y5vwmx1IAA9OPkobl8qWvrnV7dGJ4k" //AppSecret
|
|
|
YIDONG_HONGZE_KEY = "YIDONG20220816QxbNHiYNnnhT" //易董加密的盐值
|
|
|
+ EnPolicyReportUrl = "https://beta.internal.hzinsights.com/v2api/"
|
|
|
}
|
|
|
|
|
|
//初始化系统用户角色map集合
|