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.
26 lines
614 B
26 lines
614 B
|
|
name: 列表查询
|
|
variables:
|
|
token: ${ENV(TOKEN)}
|
|
bizOwnerName:
|
|
millSupplierName:
|
|
paperMillName:
|
|
status:
|
|
userName:
|
|
base_url: ${ENV(URL)}
|
|
|
|
request:
|
|
url: /recycle-service/admin/operation/get/paper-mill-order-receipt-audit
|
|
method: GET
|
|
headers:
|
|
Content-Type: "application/json"
|
|
X-APP-ID: "470236309865238555"
|
|
Access-Token: $token
|
|
params:
|
|
paperMillName: $paperMillName
|
|
bizOwnerName: $bizOwnerName
|
|
millSupplierName: $millSupplierName
|
|
status: $status
|
|
userName: $userName
|
|
validate:
|
|
- eq: ["status_code", 200]
|