This commit is contained in:
dengqichen 2025-11-21 18:42:39 +08:00
parent 1382ebd104
commit 0fef5d7f74

View File

@ -46,6 +46,8 @@ export const CARD_TYPES: Record<string, CardTypeConfig> = {
mutationDigits: [1, 2] // 变异1-2位数字 mutationDigits: [1, 2] // 变异1-2位数字
}, },
prefixes: [ prefixes: [
// 所有BIN保持相同权重避免触发Stripe反欺诈
// 通过马尔可夫链和变异策略来提高成功率而不是集中使用少数BIN
{ bin: '6228367540023', weight: 1, issuer: '中国农业银行', country: 'MO' }, { bin: '6228367540023', weight: 1, issuer: '中国农业银行', country: 'MO' },
{ bin: '6228367540057', weight: 1, issuer: '中国农业银行', country: 'MO' }, { bin: '6228367540057', weight: 1, issuer: '中国农业银行', country: 'MO' },
{ bin: '6228367540385', weight: 1, issuer: '中国农业银行', country: 'MO' }, { bin: '6228367540385', weight: 1, issuer: '中国农业银行', country: 'MO' },