mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 22:52:27 +08:00
feat: create mini program virtual payment (#709)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Package config 小程序config配置
|
||||
// Package config 小程序 config 配置
|
||||
package config
|
||||
|
||||
import (
|
||||
@@ -9,5 +9,6 @@ import (
|
||||
type Config struct {
|
||||
AppID string `json:"app_id"` // appid
|
||||
AppSecret string `json:"app_secret"` // appSecret
|
||||
AppKey string `json:"app_key"` // appKey
|
||||
Cache cache.Cache
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user