曹现峰 d5e7c8043e feat:add urlscheme.query (#553) hace 4 años
..
analysis 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) hace 4 años
auth 8e81a416c5 Adaptation of new go-redis components (#546) hace 4 años
business 56350c3655 add: [小程序] 增加 安全风控、内容安全1.0 & 2.0、code换取手机号 (#554) hace 4 años
config 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) hace 4 años
content 56350c3655 add: [小程序] 增加 安全风控、内容安全1.0 & 2.0、code换取手机号 (#554) hace 4 años
context 972dec0406 将小程序获取ak的方式也抽象出来 hace 6 años
encryptor 00b13cda0d 增加iv校验 (#482) hace 4 años
message 96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473) hace 4 años
privacy 4721f7567b 支持微信小程序隐私接口 (#518) hace 4 años
qrcode 1b5c5fba67 Bug fix: `omitempty`关键字,给它赋的值恰好等于默认空值的话,在转为 json 之后也不会输出这个 field (#539) hace 4 años
riskcontrol 56350c3655 add: [小程序] 增加 安全风控、内容安全1.0 & 2.0、code换取手机号 (#554) hace 4 años
security 56350c3655 add: [小程序] 增加 安全风控、内容安全1.0 & 2.0、code换取手机号 (#554) hace 4 años
shortlink d3f1a83d46 增加shortlink.generate (#467) hace 4 años
subscribe 8fe9e6dcb6 fix: 统一服务信息,公众号消息模板字段bug (#547) hace 4 años
tcb 8e81a416c5 Adaptation of new go-redis components (#546) hace 4 años
urllink 9cecda0469 小程序码、URL Link 增加参数(#502,#512) (#514) hace 4 años
urlscheme d5e7c8043e feat:add urlscheme.query (#553) hace 4 años
werun 45caf61899 Silenceper release 2.0 (#408) hace 5 años
README.md 8e81a416c5 Adaptation of new go-redis components (#546) hace 4 años
miniprogram.go 56350c3655 add: [小程序] 增加 安全风控、内容安全1.0 & 2.0、code换取手机号 (#554) hace 4 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()