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.

18 lines
411 B

config:
name: 分享
teststeps:
-
name: app密码登录获取token
api: api/login/app_login_password.yml
extract:
- apptoken: content.data.token
-
name: app分享采购商品
api: api/share/share_product.yml
variables:
apptoken: $apptoken
-
name: app分享一口价/竞价商品
api: api/share/share_userproduct.yml
variables:
apptoken: $apptoken