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
297 B

config:
name: 修改商品
teststeps:
-
name: app密码登录获取token
api: api/login/app_login_password.yml
extract:
- apptoken: content.data.token
-
name: app用户修改商品
api: api/product/app_product_update.yml
variables:
apptoken: $apptoken