From 05a42471c2baba15be3954e6efbac990f9dd4776 Mon Sep 17 00:00:00 2001 From: eatmoreapple <15055461510@163.com> Date: Sat, 16 Oct 2021 11:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DAttrStatus=20json=20=E5=8F=8D?= =?UTF-8?q?=E5=BA=8F=E5=88=97=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.go b/user.go index 614696b..15515cd 100644 --- a/user.go +++ b/user.go @@ -11,7 +11,6 @@ import ( // User 抽象的用户结构: 好友 群组 公众号 type User struct { - Uin int64 HideInputBarFlag int StarFriend int Sex int @@ -27,7 +26,8 @@ type User struct { UniFriend int OwnerUin int Statues int - AttrStatus int + AttrStatus int64 + Uin int64 Province string City string Alias string