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.
13 lines
296 B
13 lines
296 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_create.yml
|
|
variables:
|
|
apptoken: $apptoken
|