You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
522 B
22 lines
522 B
name: 添加银行卡
|
|
variables:
|
|
cardNo:
|
|
base_url: ${ENV(URL)}
|
|
|
|
request:
|
|
url: payment-settlement-center/bankcard/post/verify/bankverify
|
|
method: POST
|
|
|
|
headers:
|
|
Content-Type: "application/json;charset=UTF-8"
|
|
X-APP-ID: "470236309865238555"
|
|
Authorization: ${ENV(APPTOKEN)}
|
|
json:
|
|
cardNo: $cardNo
|
|
idno: "522328199807132811"
|
|
name: "张山"
|
|
phone: "13060994305"
|
|
type: 4
|
|
verificationCode: "888888"
|
|
validate:
|
|
- eq: ["status_code", 200]
|