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

config:
name: 购买会员
teststeps:
-
name: app密码登录获取token
api: api/login/app_login_password.yml
extract:
- apptoken: content.data.token
-
name: app用户获取会员资费列表
api: api/member/app_member_getmemberexpenselist.yml
variables:
apptoken: $apptoken
-
name: app用户购买会员
api: api/member/app_member_buymember.yml
variables:
apptoken: $apptoken