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查询用户信息