This commit is contained in:
Mrx
2026-01-26 15:47:59 +08:00
parent 018abc95d6
commit 67082972a9
8 changed files with 17 additions and 16 deletions

View File

@@ -94,8 +94,6 @@ type YushanConfig struct {
type SystemConfig struct {
ThreeVerify bool // 是否开启三级实名认证
CommissionSafeMode bool // 佣金安全防御模式true-冻结模式(status=1,进入frozen_balance)false-直接结算(status=0,进入balance)
SkipVerifyCode bool // 开发环境下跳过验证码验证
SkipVerify bool // 空报告模式:开发环境下跳过二/三要素验证避免未授权IP调用天元API失败
}
type WechatH5Config struct {
AppID string