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.
15 lines
474 B
15 lines
474 B
name: 银行卡图片识别
|
|
variables:
|
|
Authorization: ${ENV(APPTOKEN)}
|
|
base_url: ${ENV(URL)}
|
|
request:
|
|
url: /payment-settlement-center/bankcard/get/ocr/bankcard
|
|
method: POST
|
|
headers:
|
|
Content-Type: "application/json;charset=UTF-8"
|
|
X-APP-ID: "470236309865238555"
|
|
Authorization: $Authorization
|
|
json:
|
|
base64Image: "https://qncloudtest.oss-cn-shenzhen.aliyuncs.com/saas/1600328167187.jpg"
|
|
validate:
|
|
- eq: ["status_code", 200]
|