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