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.
 

16 lines
454 B

config:
name: 销售上传代卖预约信息
teststeps:
-
name: 销售登录后台获取token
api: api/login/ldap_login_password.yml
extract:
- token: headers.Authorization
-
name: $title
api: api/consignment_process/admin_proxysell_update_reservation.yml
variables:
token: $token
validate:
- eq: ["status_code", $code]
- {"check": "content.message", "comparator": "contains", "expect": $message}