This commit is contained in:
Mrx
2026-06-06 17:03:08 +08:00
parent a85436950e
commit 35e9191981
28 changed files with 666 additions and 286 deletions

View File

@@ -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 {