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
506 B
19 lines
506 B
name: app账号密码登录
|
|
variables:
|
|
account: 13288889434
|
|
accountType: MOBILE
|
|
password: 9602bf7a8c5feab91385d1bb9ea70df0
|
|
base_url: ${ENV(URL)}
|
|
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"}
|