lyj 1b5c5fba67 Bug fix: `omitempty`关键字,给它赋的值恰好等于默认空值的话,在转为 json 之后也不会输出这个 field (#539) преди 4 години
..
analysis 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) преди 4 години
auth 80ce4aefc4 微信小程序新版获取手机号授权接口 (#528) преди 4 години
config 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) преди 4 години
content 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) преди 4 години
context 972dec0406 将小程序获取ak的方式也抽象出来 преди 6 години
encryptor 00b13cda0d 增加iv校验 (#482) преди 4 години
message 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) преди 4 години
privacy 4721f7567b 支持微信小程序隐私接口 (#518) преди 4 години
qrcode 1b5c5fba67 Bug fix: `omitempty`关键字,给它赋的值恰好等于默认空值的话,在转为 json 之后也不会输出这个 field (#539) преди 4 години
shortlink d3f1a83d46 增加shortlink.generate (#467) преди 4 години
subscribe 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) преди 4 години
tcb 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) преди 4 години
urllink 9cecda0469 小程序码、URL Link 增加参数(#502,#512) (#514) преди 4 години
werun 45caf61899 Silenceper release 2.0 (#408) преди 5 години
README.md 85b0a114dc rebase release-2.0 преди 6 години
miniprogram.go 4721f7567b 支持微信小程序隐私接口 (#518) преди 4 години

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