forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-04-08 101098593cd1d998979cb8c603276b8f6687942e
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 }
    );
}