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

1、添加log

2、添加workflows
3、添加SkipValidate方法
This commit is contained in:
silenceper
2020-05-23 11:23:47 +08:00
parent b6bba6ab66
commit ebf85640f7
7 changed files with 96 additions and 16 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,