forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-28 20b4c7ccf58191066b6a9ecf434604087d675d38
1
2
3
4
5
6
7
import fetch from './_fetch';
export default ({reContent, handlerName, handlerId, businessId}) => {
    return fetch(`api/businessAggr/complaintAudit`, {
        reContent, handlerName,  handlerId,  businessId
    });
 
}