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.

27 lines
633 B

name: app创建收货地址
variables:
code: 200
message: successful
apptoken: ${ENV(ATOKEN)}
details: "车陂"
districtId: 440106
isDefault: 0
phone: "18219557422"
receiver: "测试"
base_url: ${ENV(AURL)}
request:
url: /recycle-service/create/shipping-address
method: POST
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "1"
Authorization: $apptoken
json:
details: $details
districtId: $districtId
isDefault: $isDefault
phone: $phone
receiver: $receiver
validate:
- eq: ["status_code", $code]
- eq: ["content.message", $message]