Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgb committed Apr 24, 2021
1 parent 1d4a619 commit ca0a978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -47,9 +47,9 @@ func Init() {
AesKey: "AesKey",
MsgDataFormat: "DataFormat",
}
// wxaConfig := config.NewRedis(cfg,"127.0.0.1:6379","123456")
// wxaConfig := config.NewInRedis(cfg,"127.0.0.1:6379","123456")
// wxaService := service.NewInRedis(redisConfig)
wxaConfig := config.NewMemory(cfg)
wxaConfig := config.NewInMemory(cfg)
wxaService := service.NewService(wxaConfig)

helper.wxaService = wxaService
Expand Down

0 comments on commit ca0a978

Please sign in to comment.