|
|
5 سال پیش | |
|---|---|---|
| .. | ||
| analysis | 6 سال پیش | |
| auth | 6 سال پیش | |
| config | 6 سال پیش | |
| context | 6 سال پیش | |
| encryptor | 6 سال پیش | |
| qrcode | 6 سال پیش | |
| subscribe | 5 سال پیش | |
| tcb | 6 سال پیش | |
| README.md | 6 سال پیش | |
| miniprogram.go | 6 سال پیش | |
wc := wechat.NewWechat()
memory := cache.NewMemory()
cfg := &miniConfig.Config{
AppID: "xxx",
AppSecret: "xxx",
Cache: memory,
}
miniprogram := wc.GetMiniProgram(cfg)
miniprogram.GetAnalysis().GetAnalysisDailyRetain()