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
268 B
14 lines
268 B
config:
|
|
name:
|
|
|
|
teststeps:
|
|
-
|
|
name: token传给员工列表
|
|
api: api/login/ldap_login.yml
|
|
extract:
|
|
- token: headers.Authorization
|
|
-
|
|
name: 列表查询传token
|
|
api: api/Employees/ldap_Employees_list.yml
|
|
variables:
|
|
token: $token
|