diff --git a/user.go b/user.go index 2df7e4a..614696b 100644 --- a/user.go +++ b/user.go @@ -11,7 +11,7 @@ import ( // User 抽象的用户结构: 好友 群组 公众号 type User struct { - Uin int + Uin int64 HideInputBarFlag int StarFriend int Sex int