getUserInfo static method

dynamic getUserInfo()

获取自己用户信息

Implementation

static getUserInfo() {
  return '$host/v2/users/userInfo';
}