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.
32 lines
885 B
32 lines
885 B
name: 运营修改纸厂信息
|
|
variables:
|
|
code: 200
|
|
message: successful
|
|
token: ${ENV(LDAPTOKEN)}
|
|
name: 纸厂名称2
|
|
locDistrictId: 440106
|
|
logoImg: null
|
|
shortName: 纸厂简称2
|
|
enableSalesAgent: 1
|
|
paybackIntever: 回款日期
|
|
paperMillId: 518132960424235008
|
|
base_url: ${ENV(BURL)}
|
|
request:
|
|
url: /recycle-service/admin/paperMill/update/paper-mill
|
|
method: POST
|
|
headers:
|
|
Content-Type: "application/json;charset=UTF-8"
|
|
X-APP-ID: "1"
|
|
Authorization: $token
|
|
json:
|
|
name: $name
|
|
locDistrictId: $locDistrictId
|
|
logoImg: $logoImg
|
|
shortName: $shortName
|
|
enableSalesAgent: $enableSalesAgent
|
|
paperMillSettlementInfo:
|
|
- paybackIntever: $paybackIntever
|
|
paperMillId: $paperMillId
|
|
validate:
|
|
- eq: ["status_code", $code]
|
|
- {"check": "content.message", "comparator": "contains", "expect": $message}
|