|
|
@ -1,5 +1,7 @@ |
|
|
name: 销售上传代卖预约信息 |
|
|
name: 销售上传代卖预约信息 |
|
|
variables: |
|
|
variables: |
|
|
|
|
|
code: 200 |
|
|
|
|
|
message: successful |
|
|
token: ${ENV(LDAPTOKEN)} |
|
|
token: ${ENV(LDAPTOKEN)} |
|
|
millDeliveryOrderId: "12345678910" |
|
|
millDeliveryOrderId: "12345678910" |
|
|
millSupplierId: 498227745344589800 |
|
|
millSupplierId: 498227745344589800 |
|
|
@ -21,4 +23,5 @@ request: |
|
|
buyerReservationDate: $buyerReservationDate |
|
|
buyerReservationDate: $buyerReservationDate |
|
|
unitSurcharge: $unitSurcharge |
|
|
unitSurcharge: $unitSurcharge |
|
|
validate: |
|
|
validate: |
|
|
- eq: ["status_code", 200] |
|
|
|
|
|
|
|
|
- eq: ["status_code", $code] |
|
|
|
|
|
- {"check": "content.message", "comparator": "contains", "expect": $message} |