forked from nsjcy/frontEnd/nsjcy

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