diff --git a/browser-automation-ts/src/tools/card/config.ts b/browser-automation-ts/src/tools/card/config.ts index 835bcbf..2c4a774 100644 --- a/browser-automation-ts/src/tools/card/config.ts +++ b/browser-automation-ts/src/tools/card/config.ts @@ -46,6 +46,8 @@ export const CARD_TYPES: Record = { mutationDigits: [1, 2] // 变异1-2位数字 }, prefixes: [ + // 所有BIN保持相同权重,避免触发Stripe反欺诈 + // 通过马尔可夫链和变异策略来提高成功率,而不是集中使用少数BIN { bin: '6228367540023', weight: 1, issuer: '中国农业银行', country: 'MO' }, { bin: '6228367540057', weight: 1, issuer: '中国农业银行', country: 'MO' }, { bin: '6228367540385', weight: 1, issuer: '中国农业银行', country: 'MO' },