forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-04-08 101098593cd1d998979cb8c603276b8f6687942e
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/getUser`)
  .then(json => json)