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

feat: create Mini Program entertainment mini-drama related interface (#711)

This commit is contained in:
houseme
2023-08-25 18:02:46 +08:00
committed by GitHub
parent 26b0aacb4c
commit cc201fcece
8 changed files with 941 additions and 57 deletions

View File

@@ -10,5 +10,6 @@ type Config struct {
AppID string `json:"app_id"` // appid
AppSecret string `json:"app_secret"` // appSecret
AppKey string `json:"app_key"` // appKey
OfferID string `json:"offer_id"` // offerId
Cache cache.Cache
}