f
This commit is contained in:
@@ -103,12 +103,10 @@ type WechatMiniConfig struct {
|
||||
// WechatXpayConfig 微信小程序虚拟支付(xpay)
|
||||
type WechatXpayConfig struct {
|
||||
Enabled bool
|
||||
Env int // 0 现网 / 1 沙箱
|
||||
Env int // 0 现网 / 1 沙箱
|
||||
OfferId string
|
||||
AppKey string // 与 Env 配套的 AppKey
|
||||
ProdAppKey string // 现网 AppKey(切换 env=0 时使用,可选)
|
||||
AppKey string // 与 Env 配套的 AppKey(沙箱/现网各自在 yaml 中配置)
|
||||
MessagePushToken string
|
||||
AdminToken string
|
||||
SessionKeyTTL int64
|
||||
}
|
||||
type QueryConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user