From 6084d802ffd53cc493fca986d40211b0a97045f7 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 3 Nov 2022 14:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customer/user.go b/customer/user.go index edc14a4..c0a1bf5 100644 --- a/customer/user.go +++ b/customer/user.go @@ -152,8 +152,9 @@ func (u *user) ServiceInfo(ctx context.Context, args ArgsUserServiceInfo) (reply } type UserInfoItem struct { - Id uint `json:"id"` - Name string `json:"name"` + Id uint `json:"id"` + Name string `json:"name"` + RateId uint `json:"rateId"` } // FindByIds @Title 根据用户Ids查询用户信息