|
@@ -38,10 +38,6 @@ var (
|
|
|
AccessKeySecret string = "12kk1ptCHoGWedhBnKRVW5hRJzq9Fq"
|
|
|
)
|
|
|
|
|
|
-var (
|
|
|
- Hz_Data_Url string
|
|
|
-)
|
|
|
-
|
|
|
func init() {
|
|
|
RunMode = beego.AppConfig.String("run_mode")
|
|
|
config, err := beego.AppConfig.GetSection(RunMode)
|
|
@@ -61,8 +57,6 @@ func init() {
|
|
|
WxAppSecret = "26c586e7ccb3c575433f0f37797b3eeb"
|
|
|
TemplateId = "P0klzaZjEI2UYth-z-WnmtOQgyxcF8klPoA_MlsA8Eo"
|
|
|
RemindTemplateId="PaHpQjVffrvmeW8wiOUcqlEhnD1LXyU9FnPVF-Jg9wM"
|
|
|
-
|
|
|
- Hz_Data_Url="http://47.100.166.55:7002/"
|
|
|
} else {
|
|
|
CompanyId = 16
|
|
|
RealName="超级管理员"
|
|
@@ -71,8 +65,6 @@ func init() {
|
|
|
WxAppSecret = "f4d52e34021eee262dce9682b31f8861"
|
|
|
TemplateId = "P0klzaZjEI2UYth-z-WnmtOQgyxcF8klPoA_MlsA8Eo"
|
|
|
RemindTemplateId="9JYV6sHMJlu2EHRBIj_8ift6wkrrTb9_UO-M_-YXKBw"
|
|
|
-
|
|
|
- Hz_Data_Url="http://8.136.199.33:8040/"
|
|
|
}
|
|
|
}
|
|
|
|