huangx 2e191c0a44 feature: 小程序增加客服消息 (#319) hace 5 años
..
analysis fe31f04640 增加微信公众号数据统计功能 (#279) hace 6 años
auth b6bba6ab66 将import path改为v2 hace 6 años
config b6bba6ab66 将import path改为v2 hace 6 años
context 972dec0406 将小程序获取ak的方式也抽象出来 hace 6 años
encryptor 868b31cb3d fix golangci-lint failed (#284) hace 6 años
message 2e191c0a44 feature: 小程序增加客服消息 (#319) hace 5 años
qrcode 868b31cb3d fix golangci-lint failed (#284) hace 6 años
subscribe a18fe5b58a add miniprogram/subscribe listTemplates (#314) hace 5 años
tcb 868b31cb3d fix golangci-lint failed (#284) hace 6 años
README.md 85b0a114dc rebase release-2.0 hace 6 años
miniprogram.go 2e191c0a44 feature: 小程序增加客服消息 (#319) hace 5 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()