mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 14:42:26 +08:00
符合gilint规范
This commit is contained in:
@@ -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 消息管理
|
||||
|
||||
Reference in New Issue
Block a user