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.

17 lines
491 B

name: 分享纸厂今日报价
variables:
code: 200
message: successful
token: ${ENV(ATOKEN)}
paperMillId: 498492951731769344
base_url: ${ENV(BURL)}
request:
url: /recycle-service/share/paper-mill/$paperMillId/categories-daily-price/on-today
method: GET
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "1"
Authorization: $token
validate:
- eq: ["status_code", $code]
- {"check": "content.message", "comparator": "contains", "expect": $message}