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
394 B

name: ldap登录
base_url: ${ENV(BURL)}
request:
url: /recycle-service/admin/login
method: POST
headers:
Content-Type: "application/x-www-form-urlencoded"
X-APP-ID: "1"
data:
username: liangjinman@qniao.cn
password: qn123456
validate:
- eq: ["status_code", 200]
- {"check": "content.message", "comparator": "eq", "expect": "登陆成功"}