import fetch from './_fetch'; export default ({reContent, handlerName, handlerId, businessId}) => { return fetch(`api/businessAggr/complaintAudit`, { reContent, handlerName, handlerId, businessId }); }