Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 314 Bytes

小程序

获取小程序操作对象

wc := wechat.NewWechat()
memory := cache.NewMemory()
cfg := &miniConfig.Config{
    AppID:     "xxx",
    AppSecret: "xxx",
    Cache: memory,
}
miniprogram := wc.GetMiniProgram(cfg)
//TODO 调用对应接口
miniprogram.GetAnalysis().GetAnalysisDailyRetain()