ls před 4 roky
rodič
revize
7c4659fbe3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      wechat/server.go

+ 1 - 1
wechat/server.go

@@ -14,7 +14,7 @@ func keyServer(appid string) string {
 
 // NewServer new Server
 func NewServer(appID, appSecret, token, encodingAESKey string) *Server {
-	key := keyServer1(appID)
+	key := keyServer(appID)
 	if v, ok := memcache.Load(key); ok {
 		return v.(*Server)
 	}