finance
黄伟 2 years ago
parent b8f4236e46
commit 027b334b88

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

Loading…
Cancel
Save