delUser static method

dynamic delUser()

删除账号

Implementation

static delUser() {
  return '$host/v1/user/delUser';
}