1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-11 08:12:26 +08:00

feat: create mini program virtual payment (#709)

This commit is contained in:
houseme
2023-08-21 22:09:30 +08:00
committed by GitHub
parent 7df3fe1a09
commit 26b0aacb4c
12 changed files with 1216 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ func NewWechat() *Wechat {
return &Wechat{}
}
// SetCache 设置cache
// SetCache 设置 cache
func (wc *Wechat) SetCache(cache cache.Cache) {
wc.cache = cache
}