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.

19 lines
490 B

name: 获取纸厂信息列表
variables:
code: 200
message: successful
apptoken: ${ENV(ATOKEN)}
name: 联合社区
base_url: ${ENV(AURL)}
request:
url: /recycle-service/get/paper-mill-list
method: GET
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "1"
Authorization: $apptoken
params:
name: $name
validate:
- eq: ["status_code", $code]
- {"check": "content.message", "comparator": "contains", "expect": $message}