forked from nsjcy/frontEnd/nsjcy

xuxj
2020-05-09 d99603fa4c5188d19991de978c185b2b9247c5af
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/getUser`)
  .then(json => json)