Gee ID OAuth 2.0 API
    • OAuth2
      • 用户授权页
        GET
      • 使用授权码换取 Access Token
        POST
    • User
      • 获取用户信息
        GET
    • 数据模型
      • TokenRequest
      • TokenResponse
      • UserInfoEnvelope
      • UserInfoData
      • UserInfoErrorEnvelope
      • ErrorBody

    UserInfoData

    用户资料;phone 仅在拥有 phone 权限时返回

    {
        "id": 10001,
        "username": "GeeUser",
        "email": "user@example.com",
        "regtime": "2026-03-28 12:00:00",
        "status": 1,
        "realname": true,
        "realname_status": 0,
        "group": 0,
        "avatar": "http://example.com",
        "phone": "string"
    }
    Built with