dasdasd
This commit is contained in:
parent
1382ebd104
commit
0fef5d7f74
@ -46,6 +46,8 @@ export const CARD_TYPES: Record<string, CardTypeConfig> = {
|
||||
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' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user