1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-08 14:42:26 +08:00

符合gilint规范

This commit is contained in:
wenzl
2016-09-19 20:00:01 +08:00
parent 6a8dc6c3ea
commit 85fa02b00d
5 changed files with 19 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ func copyConfigToContext(cfg *Config, context *context.Context) {
context.EncodingAESKey = cfg.EncodingAESKey
context.Cache = cfg.Cache
context.SetAccessTokenLock(new(sync.RWMutex))
context.SetJsApiTicketLock(new(sync.RWMutex))
context.SetJsAPITicketLock(new(sync.RWMutex))
}
//GetServer 消息管理