ls %!s(int64=4) %!d(string=hai) anos
pai
achega
0df0344896
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}