ls 4 anni fa
parent
commit
0df0344896
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 := keyServer(appID)
+	key := keyServer1(appID)
 	if v, ok := memcache.Load(key); ok {
 		return v.(*Server)
 	}