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]