name: 销售提交榜单审核 variables: token: ${ENV(LDAPTOKEN)} weightNoteId: base_url: ${ENV(BURL)} request: url: /recycle-service/admin/proxy-sell/audit/weightnote/$weightNoteId method: POST headers: Content-Type: "application/json;charset=UTF-8" X-APP-ID: "1" Authorization: $token validate: - eq: ["status_code", 200] - eq: ["content.message", "successful"]