From d8c0a2eb24f5b393e712e6453864681c51bdd619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=B5=E7=BA=AC?= Date: Thu, 16 Sep 2021 01:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwxuin=E7=9A=84int=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AF=BC=E8=87=B4=E7=BC=96=E8=AF=91=E7=9A=8432?= =?UTF-8?q?=E4=BD=8D=E7=A8=8B=E5=BA=8F=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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