|
|
il y a 6 ans | |
|---|---|---|
| .. | ||
| analysis | il y a 6 ans | |
| auth | il y a 6 ans | |
| config | il y a 6 ans | |
| context | il y a 6 ans | |
| encryptor | il y a 6 ans | |
| qrcode | il y a 6 ans | |
| tcb | il y a 6 ans | |
| README.md | il y a 6 ans | |
| miniprogram.go | il y a 6 ans | |
wc := wechat.NewWechat()
memory := cache.NewMemory()
cfg := &miniConfig.Config{
AppID: "xxx",
AppSecret: "xxx",
Cache: memory,
}
miniprogram := wc.GetMiniProgram(cfg)
miniprogram.GetAnalysis().GetAnalysisDailyRetain()