dasdasd
This commit is contained in:
parent
67b3616ac6
commit
41b6510b4e
@ -6,15 +6,8 @@
|
|||||||
const CARD_TYPES = {
|
const CARD_TYPES = {
|
||||||
unionpay: {
|
unionpay: {
|
||||||
name: '中国银联 (UnionPay)',
|
name: '中国银联 (UnionPay)',
|
||||||
// 支持多个前缀,避免短时间内重复使用同一BIN触发风控
|
// 固定前缀(用户提供的成功案例都是这个前缀)
|
||||||
prefixes: [
|
prefix: '622836754',
|
||||||
'622836754', // 原始BIN(已验证可用)
|
|
||||||
'622836740', '622836741', '622836742', '622836743',
|
|
||||||
'622836744', '622836745', '622836746', '622836747',
|
|
||||||
'622836748', '622836749', '622836750', '622836751',
|
|
||||||
'622836752', '622836753', '622836755', '622836756',
|
|
||||||
'622836757', '622836758', '622836759'
|
|
||||||
],
|
|
||||||
length: 16,
|
length: 16,
|
||||||
cvvLength: 3,
|
cvvLength: 3,
|
||||||
useLuhn: true // 使用Luhn算法校验
|
useLuhn: true // 使用Luhn算法校验
|
||||||
|
|||||||
@ -232,12 +232,7 @@ workflow:
|
|||||||
find:
|
find:
|
||||||
- css: 'input[placeholder*="地址"]'
|
- css: 'input[placeholder*="地址"]'
|
||||||
- css: 'input[placeholder*="Address"]'
|
- css: 'input[placeholder*="Address"]'
|
||||||
value: "Macau"
|
value: "kowloon"
|
||||||
addressLine2:
|
|
||||||
find:
|
|
||||||
- css: 'input[placeholder*="Address line 2"]'
|
|
||||||
- css: 'input[name="billingAddressLine2"]'
|
|
||||||
value: "Macao"
|
|
||||||
|
|
||||||
# 滚动到页面底部(确保订阅按钮可见)
|
# 滚动到页面底部(确保订阅按钮可见)
|
||||||
- action: scroll
|
- action: scroll
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user