Compare commits
No commits in common. "main" and "v0.0.4" have entirely different histories.
@ -111,7 +111,7 @@ type ContactListItem struct {
|
|||||||
SmallHeadImgUrl string `json:"SmallHeadImgUrl"`
|
SmallHeadImgUrl string `json:"SmallHeadImgUrl"`
|
||||||
SnsUserInfo struct {
|
SnsUserInfo struct {
|
||||||
SnsBgImgId string `json:"SnsBgimgId"`
|
SnsBgImgId string `json:"SnsBgimgId"`
|
||||||
SnsBgObjectId uint `json:"SnsBgobjectId"`
|
SnsBgObjectId int `json:"SnsBgobjectId"`
|
||||||
SnsFlag int `json:"SnsFlag"`
|
SnsFlag int `json:"SnsFlag"`
|
||||||
SnsFlagEx int `json:"SnsFlagEx"`
|
SnsFlagEx int `json:"SnsFlagEx"`
|
||||||
} `json:"SnsUserInfo"`
|
} `json:"SnsUserInfo"`
|
||||||
|
@ -108,7 +108,7 @@ type ChatroomInfoItem struct {
|
|||||||
AlbumFlag int `json:"AlbumFlag"`
|
AlbumFlag int `json:"AlbumFlag"`
|
||||||
SnsUserInfo struct {
|
SnsUserInfo struct {
|
||||||
SnsFlag int `json:"SnsFlag"`
|
SnsFlag int `json:"SnsFlag"`
|
||||||
SnsBgobjectId uint `json:"SnsBgobjectId"`
|
SnsBgobjectId int `json:"SnsBgobjectId"`
|
||||||
SnsFlagEx int `json:"SnsFlagEx"`
|
SnsFlagEx int `json:"SnsFlagEx"`
|
||||||
} `json:"SnsUserInfo"`
|
} `json:"SnsUserInfo"`
|
||||||
SmallHeadImgUrl string `json:"SmallHeadImgUrl"` // 头像
|
SmallHeadImgUrl string `json:"SmallHeadImgUrl"` // 头像
|
||||||
|
@ -71,7 +71,7 @@ type GetProfileResponse struct {
|
|||||||
SnsUserInfo struct {
|
SnsUserInfo struct {
|
||||||
SnsFlag int `json:"SnsFlag"`
|
SnsFlag int `json:"SnsFlag"`
|
||||||
SnsBgImgId string `json:"SnsBgimgId"` // 朋友圈背景图地址
|
SnsBgImgId string `json:"SnsBgimgId"` // 朋友圈背景图地址
|
||||||
SnsBgObjectId uint `json:"SnsBgobjectId"`
|
SnsBgObjectId float64 `json:"SnsBgobjectId"`
|
||||||
SnsFlagEx int `json:"SnsFlagEx"`
|
SnsFlagEx int `json:"SnsFlagEx"`
|
||||||
} `json:"SnsUserInfo"`
|
} `json:"SnsUserInfo"`
|
||||||
MyBrandList string `json:"MyBrandList"`
|
MyBrandList string `json:"MyBrandList"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user