Selaa lähdekoodia

fix:常量名称改成配置化

Roc 1 vuosi sitten
vanhempi
commit
4588d59398
1 muutettua tiedostoa jossa 3 lisäystä ja 6 poistoa
  1. 3 6
      utils/config.go

+ 3 - 6
utils/config.go

@@ -19,14 +19,11 @@ var (
 
 // 微信配置信息
 var (
-	WxId                string //微信原始ID
-	WxAppId             string
-	WxAppSecret         string
+	WxId        string //微信原始ID
+	WxAppId     string
+	WxAppSecret string
 
 	//内部员工公众号(弘则部门)
-	AdminWxAppId                    string
-	AdminWxAppSecret                string
-
 	AdminWxAppId     string
 	AdminWxAppSecret string