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.
 

13 lines
331 B

name: ldap退出登录
base_url: ${ENV(BURL)}
variables:
token: ${ENV(LDAPTOKEN)}
request:
url: /recycle-service/admin/logout
method: POST
headers:
Content-Type: application/x-www-form-urlencoded
X-APP-ID: "470236309865238555"
Authorization: $token
validate:
- eq: ["status_code", 200]