name: 获取纸厂信息详情 variables: token: ${ENV(LDAPTOKEN)} paperMillId: 498208038486937600 base_url: ${ENV(BURL)} request: url: /recycle-service/admin/paperMill/get/paper-mill-details/$paperMillId method: GET headers: Content-Type: "application/json;charset=UTF-8" X-APP-ID: "1" Authorization: $token validate: - eq: ["status_code", 200] - eq: ["content.message", "successful"]