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