好友回调信息(FriendResult)
数据结构
INTLPersonInfo:好友信息
| 参数 | 类型 | 说明 |
|---|---|---|
| openid | string | Player Network SDK 用户的唯一标识 |
| userName | string | 昵称 |
| gender | int | 性别 0:未定义 1:男 2:女 |
| pictureUrl | string | 用户头像网址 |
| country | string | 国家 |
| province | string | 省份 |
| city | string | 市 |
| language | string | 语言 |
| extraJson | string | 扩展信息 |
INTLFriendResult: 继承自 INTLBaseResult。
| 参数 | 类型 | 说明 |
|---|---|---|
| FriendInfoList | List<INTLPersonInfo> | 好友信息列表 |