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.
19 lines
501 B
19 lines
501 B
name: app密码登录
|
|
variables:
|
|
account: 18219557422
|
|
accountType: MOBILE
|
|
password: dc483e80a7a0bd9ef71d8cf973673924
|
|
base_url: ${ENV(AURL)}
|
|
request:
|
|
url: /recycle-service/authorize/by-password
|
|
method: POST
|
|
headers:
|
|
Content-Type: "application/json;charset=UTF-8"
|
|
X-APP-ID: "1"
|
|
json:
|
|
account: $account
|
|
accountType: $accountType
|
|
password: $password
|
|
validate:
|
|
- eq: ["status_code", 200]
|
|
- {"check": "content.message", "comparator": "contains", "expect": "successful"}
|