forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-15 e36d04fc335547bc293078a77924c94a31e99cdc
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 }
    );
}