forked from nsjcy/frontEnd/nsjcy

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