1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00
Files
wechat/miniprogram
George Wang f767b72872 增加urllink (#465)
* 增加urllink

* urllink.Generate返回string作为结果
2021-09-06 20:53:29 +08:00
..
2020-05-22 14:37:58 +08:00
2020-11-26 12:25:57 +08:00
2021-07-13 20:49:47 +08:00
2020-06-24 14:36:33 +08:00
2021-09-06 12:19:17 +08:00
2020-06-24 14:36:33 +08:00
2021-09-06 20:53:29 +08:00
2021-06-10 10:28:01 +08:00
2021-09-06 20:53:29 +08:00
2020-05-23 11:59:46 +08:00

微信小程序

官方文档

包说明

  • analysis 数据分析相关API

快速入门

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