|
|
@ -153,8 +153,9 @@ func (u *user) ServiceInfo(ctx context.Context, args ArgsUserServiceInfo) (reply
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type UserInfoItem struct {
|
|
|
|
type UserInfoItem struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
|
|
|
|
Phone string `json:"phone"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// FindByIds @Title 根据用户Ids查询用户信息
|
|
|
|
// FindByIds @Title 根据用户Ids查询用户信息
|
|
|
|