forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-03-31 09b4797fb18e2971434c8cfc217f706628e0126e
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 }
    );
}