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.
28 lines
750 B
28 lines
750 B
config:
|
|
name: 纸品品类
|
|
teststeps:
|
|
-
|
|
name: 后台管理员登录获取token
|
|
api: api/login/ldap_login_password.yml
|
|
extract:
|
|
- token: headers.Authorization
|
|
-
|
|
name: 后台管理员创建纸品品类
|
|
api: api/store_paper/admin_store_create_paper.yml
|
|
variables:
|
|
token: $token
|
|
-
|
|
name: 后台管理员查询纸品品类列表
|
|
api: api/store_paper/admin_store_get_paperCategoryList.yml
|
|
variables:
|
|
token: $token
|
|
-
|
|
name: 后台管理员编辑纸品品类
|
|
api: api/store_paper/admin_store_update_paper.yml
|
|
variables:
|
|
token: $token
|
|
-
|
|
name: 后台管理员启用/禁用纸品品类
|
|
api: api/store_paper/admin_store_update_paperstatus.yml
|
|
variables:
|
|
token: $token
|