name: 运营审核 variables: token: ${ENV(LDAPTOKEN)} auditRequestId: 501196221172551680 # 1-通过 2-不通过 isPass: 1 base_url: ${ENV(BURL)} request: url: /recycle-service/admin/operation/operation/audit method: POST headers: Content-Type: "application/json;charset=UTF-8" X-APP-ID: "1" Authorization: $token json: auditRequestId: $auditRequestId isPass: $isPass validate: - eq: ["status_code", 200] - eq: ["content.message", "successful"]