forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-29 bc647c5e5e95f3898e3af66c02d7911df8547b4e
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/getUser`)
  .then(json => json)