接口文档v1 - gozgroup/goz-portal GitHub Wiki

用户中心(ucenter)

用户管理

  • 认证信息:token,密码
  • 私人信息:邮箱
  • 个人资料:昵称,用户名,性别, 头像

大中枢gcac

  • Grand Central Access Control
  • Grand Central Authentication Center 网页:gcac.gozmen.com,账号密码登录获取token

api.gcac.gozmen.com/auth request { "username":"username", "password":"password", }

response { "token":"token" }