silenceper 7e8c94a6c4 开放平台基本框架 hace 6 años
..
analysis 15ebd71a04 规范目录 hace 6 años
auth 15ebd71a04 规范目录 hace 6 años
basic 15ebd71a04 规范目录 hace 6 años
config 15ebd71a04 规范目录 hace 6 años
context 15ebd71a04 规范目录 hace 6 años
qrcode 15ebd71a04 规范目录 hace 6 años
tcb 15ebd71a04 规范目录 hace 6 años
README.md 7e8c94a6c4 开放平台基本框架 hace 6 años
miniprogram.go 15ebd71a04 规范目录 hace 6 años

README.md

微信小程序

官方文档

包说明

  • analysis 数据分析相关API

快速入门

wc := wechat.NewWechat()
memory := cache.NewMemory()
cfg := &miniConfig.Config{
    AppID:     "xxx",
    AppSecret: "xxx",
    Cache: memory,
}
miniprogram := wc.GetMiniProgram(cfg)
miniprogram.GetAnalysis().GetAnalysisDailyRetain()