Browse Source

路由更换

xingzai 3 years ago
parent
commit
3e23328288
1 changed files with 2 additions and 5 deletions
  1. 2 5
      utils/config.go

+ 2 - 5
utils/config.go

@@ -80,15 +80,12 @@ func init() {
 	if RunMode == "release" {
 		logDir := `/data/rdlucklog/hongze_open_api`
 		ApiLog = log.Init("20060102.api", logDir)
-		ResearchReportUrl = "http://8.136.199.33:8608/api/"
-		ResearchReportUrl = "http://192.168.2.96:8608/api/"
-		ResearchReportUrl = "http://192.168.2.22:3000/xcx_h5/"
+		ResearchReportUrl = "https://details.hzinsights.com/"
 		ReportAppid = "CQWx3EqDLNk7bVHo"                  //Appid
 		ReportSecret = "vRVFCk182Hpv8CyrHsxaHhA3CgGhh4Uu" //AppSecret
 	} else {
 		ApiLog = log.Init("20060102.api")
-		ResearchReportUrl = "http://8.136.199.33:8608/api/"
-		ResearchReportUrl = "http://192.168.2.96:8608/api/"
+		ResearchReportUrl = "http://8.136.199.33:8013/"
 		ReportAppid = "VH2ou4EKlYZz58Uj"                  //Appid
 		ReportSecret = "Q6Y5vwmx1IAA9OPkobl8qWvrnV7dGJ4k" //AppSecret
 	}