From 027b334b8841c8c22fa6f205b915f13dcbf22822 Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 25 Dec 2022 16:06:55 +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 4bfdabc..f45d721 100644 --- a/customer/user.go +++ b/customer/user.go @@ -153,8 +153,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"` + Phone string `json:"phone"` } // FindByIds @Title 根据用户Ids查询用户信息