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.

19 lines
517 B

name: 销售取消代卖订单
variables:
code: 200
message: successful
token: ${ENV(ATOKEN)}
orderId: 501102486468300800
base_url: ${ENV(BURL)}
request:
url: /recycle-service/admin/proxy-sell/cancel/proxy-order
method: POST
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "1"
Authorization: $token
params:
orderId: $orderId
validate:
- eq: ["status_code", $code]
- {"check": "content.message", "comparator": "contains", "expect": $message}