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
465 B
18 lines
465 B
config:
|
|
name: 店铺结算
|
|
teststeps:
|
|
-
|
|
name: app密码登录获取token
|
|
api: api/login/app_login_password.yml
|
|
extract:
|
|
- apptoken: content.data.token
|
|
-
|
|
name: app获取结算列表
|
|
api: api/shop_settlement/app_store_getstoresettlementlist.yml
|
|
variables:
|
|
apptoken: $apptoken
|
|
-
|
|
name: app获取结算汇总
|
|
api: api/shop_settlement/app_store_getstoresettlementoverview.yml
|
|
variables:
|
|
apptoken: $apptoken
|