Response

public struct Response : Codable

Undocumented

  • id

    用户ID,具有唯一性

    Declaration

    Swift

    public let id: String
  • 昵称

    Declaration

    Swift

    public let name: String
  • 头像地址

    Declaration

    Swift

    public let avatar: String
  • 需要联系运营申请 user:phone 权限

    Declaration

    Swift

    public var phone: String?