forked from nsjcy/frontEnd/nsjcy

2
liuwh
2020-05-27 61d4bef11bb712be61323bef47515436e62292bb
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/getUser`)
  .then(json => json)