1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-03-01 00:35:26 +08:00

rebase release-2.0

This commit is contained in:
silenceper
2020-05-23 11:28:02 +08:00
parent 2c7d3aaf3e
commit 2423b58855
7 changed files with 97 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type OfficialAccount struct {
//NewOfficialAccount 实例化公众号API
func NewOfficialAccount(cfg *config.Config) *OfficialAccount {
if cfg.Cache == nil {
panic("cache未设置")
panic("cache 未设置")
}
ctx := &context.Context{
Config: cfg,