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.

14 lines
326 B

name: 添加银行卡
base_url: ${ENV(URL)}
request:
url: /payment-settlement-center/bankcard/delete/bankCard/$id
method: POST
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "470236309865238555"
Authorization: ${ENV(APPTOKEN)}
validate:
- eq: ["status_code", 200]