name: 运营获取审核列表 variables: token: ${ENV(LDAPTOKEN)} base_url: ${ENV(BURL)} request: url: /recycle-service/admin/operation/get/paper-mill-order-receipt-audit 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"]