houseme 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
..
analysis 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
auth 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
config 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
content 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
context 972dec0406 将小程序获取ak的方式也抽象出来 6 lat temu
encryptor 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
message 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
qrcode 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
shortlink d3f1a83d46 增加shortlink.generate (#467) 4 lat temu
subscribe 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
tcb 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
urllink 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu
werun 45caf61899 Silenceper release 2.0 (#408) 5 lat temu
README.md 85b0a114dc rebase release-2.0 6 lat temu
miniprogram.go 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) 4 lat temu

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()