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