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.
33 lines
594 B
33 lines
594 B
config:
|
|
name:
|
|
|
|
teststeps:
|
|
-
|
|
name: token传给菜单新增
|
|
api: api/ldap_login.yml
|
|
extract:
|
|
- token: headers.Authorization
|
|
-
|
|
name: 菜单新增
|
|
api: api/ldap_Menu_add.yml
|
|
variables:
|
|
token: $token
|
|
extract:
|
|
- id: content.data
|
|
-
|
|
name: 菜单查询
|
|
api: api/ldap_Menu_list.yml
|
|
variables:
|
|
token: $token
|
|
-
|
|
name: 修改菜单
|
|
api: api/ldap_Menu_update.yml
|
|
variables:
|
|
token: $token
|
|
id: $id
|
|
-
|
|
name: 修改菜单
|
|
api: api/ldap_Menu_delete.yml
|
|
variables:
|
|
token: $token
|
|
id: $id
|