forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-14 36a629a3cf1e082a750e9691632d3b3bf28888b8
1
2
3
4
5
import fetch from './_fetch';
export default (data) => fetch(`/api/activity/auditPerson`,data)
    .then(
        json => json
    )