import fetch from './_fetch'; export default (personList, activityId) => { return fetch(`api/activityInfo/result`, { personList, activityId } ); }