This commit is contained in:
2026-04-29 11:38:59 +08:00
parent e96e3f9583
commit 7d363f4e8a
30 changed files with 1135 additions and 215 deletions

View File

@@ -100,8 +100,7 @@ type YushanConfig struct {
Url string
}
type SystemConfig struct {
ThreeVerify bool // 是否开启三级实名认证
CommissionSafeMode bool // 佣金安全防御模式true-冻结模式(status=1,进入frozen_balance)false-直接结算(status=0,进入balance)
ThreeVerify bool // 是否开启三级实名认证
}
type WechatH5Config struct {
AppID string