package
1.0.5
Repository: https://github.com/donetkit/wechat.git
Documentation: pkg.go.dev

# README

微信小程序

官方文档

包说明

  • analysis 数据分析相关API

快速入门

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

# Packages

No description provided by the author
No description provided by the author
Package config 小程序config配置.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewQQMiniProgram 实例化小程序API.

# Structs

QQMiniProgram 微信小程序相关API.