forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 58ae2ba21efcd85df331cf996a94038a77302b51
SunshineIns/src/fetch/publishResult.js
@@ -1,7 +1,7 @@
import fetch from './_fetch';
export default (personList, activityId) => {
    return fetch(`api/activityInfo/result`,
    return fetch(`api/activity/result`,
        { personList, activityId }
    );
}