Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
06b0e8384c |
@ -111,7 +111,7 @@ type ContactListItem struct {
|
||||
SmallHeadImgUrl string `json:"SmallHeadImgUrl"`
|
||||
SnsUserInfo struct {
|
||||
SnsBgImgId string `json:"SnsBgimgId"`
|
||||
SnsBgObjectId int `json:"SnsBgobjectId"`
|
||||
SnsBgObjectId uint `json:"SnsBgobjectId"`
|
||||
SnsFlag int `json:"SnsFlag"`
|
||||
SnsFlagEx int `json:"SnsFlagEx"`
|
||||
} `json:"SnsUserInfo"`
|
||||
|
@ -107,9 +107,9 @@ type ChatroomInfoItem struct {
|
||||
AlbumStyle int `json:"AlbumStyle"`
|
||||
AlbumFlag int `json:"AlbumFlag"`
|
||||
SnsUserInfo struct {
|
||||
SnsFlag int `json:"SnsFlag"`
|
||||
SnsBgobjectId int `json:"SnsBgobjectId"`
|
||||
SnsFlagEx int `json:"SnsFlagEx"`
|
||||
SnsFlag int `json:"SnsFlag"`
|
||||
SnsBgobjectId uint `json:"SnsBgobjectId"`
|
||||
SnsFlagEx int `json:"SnsFlagEx"`
|
||||
} `json:"SnsUserInfo"`
|
||||
SmallHeadImgUrl string `json:"SmallHeadImgUrl"` // 头像
|
||||
CustomizedInfo struct {
|
||||
|
@ -69,10 +69,10 @@ type GetProfileResponse struct {
|
||||
} `json:"userInfo"`
|
||||
UserInfoExt struct {
|
||||
SnsUserInfo struct {
|
||||
SnsFlag int `json:"SnsFlag"`
|
||||
SnsBgImgId string `json:"SnsBgimgId"` // 朋友圈背景图地址
|
||||
SnsBgObjectId float64 `json:"SnsBgobjectId"`
|
||||
SnsFlagEx int `json:"SnsFlagEx"`
|
||||
SnsFlag int `json:"SnsFlag"`
|
||||
SnsBgImgId string `json:"SnsBgimgId"` // 朋友圈背景图地址
|
||||
SnsBgObjectId uint `json:"SnsBgobjectId"`
|
||||
SnsFlagEx int `json:"SnsFlagEx"`
|
||||
} `json:"SnsUserInfo"`
|
||||
MyBrandList string `json:"MyBrandList"`
|
||||
BigChatRoomSize int `json:"BigChatRoomSize"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user