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.

29 lines
718 B

name: app修改收货地址
variables:
code: 200
message: successful
apptoken: ${ENV(ATOKEN)}
details: "车陂"
districtId: 440106
isDefault: 0
phone: "18219557422"
receiver: "测试"
shippingAddressId: 1298553557582520321
base_url: ${ENV(AURL)}
request:
url: /recycle-service/update/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
shippingAddressId: $shippingAddressId
validate:
- eq: ["status_code", $code]
- eq: ["content.message", $message]