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.

45 lines
1020 B

config:
name:
teststeps:
-
name: token新增采购商品
api: api/login/app_login.yml
extract:
- token: content.data.token
-
name: 新增采购商品
api: api/product/product_add.yml
variables:
token: $token
extract:
- productId: content.data.productId
-
name: 获取采购商品列表接口
api: api/product/product_list.yml
variables:
token: $token
-
name: 查看采购商品详情接口
api: api/product/product_list_b.yml
variables:
token: $token
productId: $productId
-
name: 上架下架采购商品接口
api: api/product/product_update_status.yml
variables:
token: $token
productId: $productId
-
name: 更新采购商品接口
api: api/product/product_update.yml
variables:
token: $token
productId: $productId
-
name: 删除采购商品接口
api: api/product/product_delete.yml
variables:
token: $token
productId: $productId