履约配置页 affiliate-dash 覆盖收尾:preferredMatchEnabled 开关补入平台配置 UI
- 分析结论:履约路由面板已含 affiliate_dash(开关/优先级/规则),职责划分成立 - 缺口修复:指定匹配优先开关此前无 UI 入口,现平台配置 affiliate-dash tab 增加 Switch - 后端 effective 透出 preferredMatchEnabled;前端类型/panel 补齐 - 前后端 typecheck 通过,224 测试全绿
This commit is contained in:
@@ -72,6 +72,7 @@ function mapEffectiveAffiliateDashConfig(config: ReturnType<typeof getAffiliateD
|
||||
timeoutMs: config.timeoutMs,
|
||||
notifyUrl: config.notifyUrl,
|
||||
timestampToleranceSeconds: config.timestampToleranceSeconds,
|
||||
preferredMatchEnabled: config.preferredMatchEnabled !== false,
|
||||
hasAppKey: Boolean(config.appKey),
|
||||
hasAppSecret: Boolean(config.appSecret),
|
||||
hasCallbackSecret: Boolean(config.callbackSecret),
|
||||
|
||||
Reference in New Issue
Block a user